android.telephony.cdma
Class CdmaCellLocation
java.lang.Object
android.telephony.CellLocation
android.telephony.cdma.CdmaCellLocation
public class CdmaCellLocation
- extends CellLocation
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
CdmaCellLocation
public CdmaCellLocation()
CdmaCellLocation
public CdmaCellLocation(Bundle bundleWithValues)
getBaseStationId
public int getBaseStationId()
getBaseStationLatitude
public int getBaseStationLatitude()
getBaseStationLongitude
public int getBaseStationLongitude()
getSystemId
public int getSystemId()
getNetworkId
public int getNetworkId()
setStateInvalid
public void setStateInvalid()
setCellLocationData
public void setCellLocationData(int baseStationId,
int baseStationLatitude,
int baseStationLongitude)
setCellLocationData
public void setCellLocationData(int baseStationId,
int baseStationLatitude,
int baseStationLongitude,
int systemId,
int networkId)
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
fillInNotifierBundle
public void fillInNotifierBundle(Bundle bundleToFill)
Copyright © 2008-2010. All Rights Reserved.