FileDocCategorySizeDatePackage
CdmaCellLocation.javaAPI DocAndroid 5.1 API1457Sat Mar 14 14:09:36 GMT 2015android.telephony.cdma

CdmaCellLocation.java

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!"); }
public static  double convertQuartSecToDecDegrees(int quartSec) { throw new RuntimeException("Stub!"); }
}