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 androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
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!"); }
}