Searched refs:CdmaCellLocation (Results 1 – 13 of 13) sorted by relevance
25 public class CdmaCellLocation extends CellLocation { class57 public CdmaCellLocation() { in CdmaCellLocation() method in CdmaCellLocation68 public CdmaCellLocation(Bundle bundle) { in CdmaCellLocation() method in CdmaCellLocation167 CdmaCellLocation s; in equals()170 s = (CdmaCellLocation)o; in equals()
23 import android.telephony.cdma.CdmaCellLocation;65 return new CdmaCellLocation(bundle); in newFromBundle()99 return new CdmaCellLocation(); in getEmpty()
41 import android.telephony.cdma.CdmaCellLocation;353 } else if (location instanceof CdmaCellLocation) {354 CdmaCellLocation cellLocation = (CdmaCellLocation)location;
57 import android.telephony.cdma.CdmaCellLocation;247 CdmaCellLocation cdmaCellLocation = new CdmaCellLocation(); in testGetCellLocation()269 CdmaCellLocation actualCellLocation = in testGetCellLocation()270 (CdmaCellLocation) mPhoneUT.getCellLocation(workSource); in testGetCellLocation()271 assertEquals(CdmaCellLocation.INVALID_LAT_LONG, in testGetCellLocation()273 assertEquals(CdmaCellLocation.INVALID_LAT_LONG, in testGetCellLocation()
69 import android.telephony.cdma.CdmaCellLocation;442 CdmaCellLocation loc = (CdmaCellLocation)mSST.mCellLoc; in getCellLocation()448 CdmaCellLocation privateLoc = new CdmaCellLocation(); in getCellLocation()450 CdmaCellLocation.INVALID_LAT_LONG, in getCellLocation()451 CdmaCellLocation.INVALID_LAT_LONG, in getCellLocation()
75 import android.telephony.cdma.CdmaCellLocation;626 mCellLoc = new CdmaCellLocation(); in updatePhoneType()627 mNewCellLoc = new CdmaCellLocation(); in updatePhoneType()944 int baseStationLatitude = CdmaCellLocation.INVALID_LAT_LONG; in processCellLocationInfo()945 int baseStationLongitude = CdmaCellLocation.INVALID_LAT_LONG; in processCellLocationInfo()967 baseStationLatitude = CdmaCellLocation.INVALID_LAT_LONG; in processCellLocationInfo()968 baseStationLongitude = CdmaCellLocation.INVALID_LAT_LONG; in processCellLocationInfo()972 ((CdmaCellLocation) cellLocation).setCellLocationData(baseStationId, in processCellLocationInfo()
38 import android.telephony.cdma.CdmaCellLocation;1459 cid = ((CdmaCellLocation)loc).getBaseStationId(); in handleMessage()
69 import android.telephony.cdma.CdmaCellLocation;4044 } else if (loc instanceof CdmaCellLocation) { in getCellLocationId()4045 cid = ((CdmaCellLocation)loc).getBaseStationId(); in getCellLocationId()
5297 Landroid/telephony/cdma/CdmaCellLocation;->equalsHandlesNulls(Ljava/lang/Object;Ljava/lang/Object;)Z5298 Landroid/telephony/cdma/CdmaCellLocation;->mBaseStationId:I5299 Landroid/telephony/cdma/CdmaCellLocation;->mBaseStationLatitude:I5300 Landroid/telephony/cdma/CdmaCellLocation;->mBaseStationLongitude:I5301 Landroid/telephony/cdma/CdmaCellLocation;->mNetworkId:I5302 Landroid/telephony/cdma/CdmaCellLocation;->mSystemId:I
42706 Landroid/telephony/cdma/CdmaCellLocation;42707 Landroid/telephony/cdma/CdmaCellLocation;-><init>()V42708 Landroid/telephony/cdma/CdmaCellLocation;-><init>(Landroid/os/Bundle;)V42709 Landroid/telephony/cdma/CdmaCellLocation;->convertQuartSecToDecDegrees(I)D42710 Landroid/telephony/cdma/CdmaCellLocation;->equals(Ljava/lang/Object;)Z42711 Landroid/telephony/cdma/CdmaCellLocation;->fillInNotifierBundle(Landroid/os/Bundle;)V42712 Landroid/telephony/cdma/CdmaCellLocation;->getBaseStationId()I42713 Landroid/telephony/cdma/CdmaCellLocation;->getBaseStationLatitude()I42714 Landroid/telephony/cdma/CdmaCellLocation;->getBaseStationLongitude()I42715 Landroid/telephony/cdma/CdmaCellLocation;->getNetworkId()I[all …]
5832 HPLandroid/telephony/cdma/CdmaCellLocation;-><init>(Landroid/os/Bundle;)V5833 HPLandroid/telephony/cdma/CdmaCellLocation;->getBaseStationId()I5834 HPLandroid/telephony/cdma/CdmaCellLocation;->getBaseStationLatitude()I5835 HPLandroid/telephony/cdma/CdmaCellLocation;->getBaseStationLongitude()I5836 HPLandroid/telephony/cdma/CdmaCellLocation;->getNetworkId()I5837 HPLandroid/telephony/cdma/CdmaCellLocation;->getSystemId()I5838 HPLandroid/telephony/cdma/CdmaCellLocation;->isEmpty()Z58128 Landroid/telephony/cdma/CdmaCellLocation;
28745 public class CdmaCellLocation extends android.telephony.CellLocation {28746 ctor public CdmaCellLocation();28747 ctor public CdmaCellLocation(android.os.Bundle);
42673 public class CdmaCellLocation extends android.telephony.CellLocation {42674 ctor public CdmaCellLocation();42675 ctor public CdmaCellLocation(android.os.Bundle);