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

android.telephony.cdma.CdmaCellLocation Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
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!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy