android.telephony.gsm.GsmCellLocation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of android Show documentation
Show all versions of android Show documentation
A library jar that provides APIs for Applications written for the Google Android Platform.
The 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 int getPsc() { 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