All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.telephony.gsm.GsmCellLocation Maven / Gradle / Ivy

Go to download

A library jar that provides APIs for Applications written for the Google Android Platform.

There is a newer version: 4.1.1.4
Show newest version
package android.telephony.gsm;
public class GsmCellLocation
  extends android.telephony.CellLocation
{
public  GsmCellLocation() { throw new RuntimeException("Stub!"); }
public  GsmCellLocation(android.os.Bundle bundle) { throw new RuntimeException("Stub!"); }
public  int getLac() { throw new RuntimeException("Stub!"); }
public  int getCid() { throw new RuntimeException("Stub!"); }
public  void setStateInvalid() { throw new RuntimeException("Stub!"); }
public  void setLacAndCid(int lac, int cid) { throw new RuntimeException("Stub!"); }
public  int hashCode() { throw new RuntimeException("Stub!"); }
public  boolean equals(java.lang.Object o) { throw new RuntimeException("Stub!"); }
public  java.lang.String toString() { throw new RuntimeException("Stub!"); }
public  void fillInNotifierBundle(android.os.Bundle m) { throw new RuntimeException("Stub!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy