android.telephony.cdma.CdmaCellLocation 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.cdma;
public class CdmaCellLocation
extends android.telephony.CellLocation
{
public CdmaCellLocation() { throw new RuntimeException("Stub!"); }
public CdmaCellLocation(android.os.Bundle bundle) { throw new RuntimeException("Stub!"); }
public int getBaseStationId() { throw new RuntimeException("Stub!"); }
public int getBaseStationLatitude() { throw new RuntimeException("Stub!"); }
public int getBaseStationLongitude() { throw new RuntimeException("Stub!"); }
public int getSystemId() { throw new RuntimeException("Stub!"); }
public int getNetworkId() { throw new RuntimeException("Stub!"); }
public void setStateInvalid() { throw new RuntimeException("Stub!"); }
public void setCellLocationData(int baseStationId, int baseStationLatitude, int baseStationLongitude) { throw new RuntimeException("Stub!"); }
public void setCellLocationData(int baseStationId, int baseStationLatitude, int baseStationLongitude, int systemId, int networkId) { 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 bundleToFill) { throw new RuntimeException("Stub!"); }
}