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;
34 import android.telephony.cdma.CdmaCellLocation;175 CdmaCellLocation cdmaCellLocation = new CdmaCellLocation(); in testGetCellLocation()197 CdmaCellLocation actualCellLocation = (CdmaCellLocation) mPhoneUT.getCellLocation(); in testGetCellLocation()198 assertEquals(CdmaCellLocation.INVALID_LAT_LONG, in testGetCellLocation()200 assertEquals(CdmaCellLocation.INVALID_LAT_LONG, in testGetCellLocation()
65 import android.telephony.cdma.CdmaCellLocation;585 mCellLoc = new CdmaCellLocation(); in updatePhoneType()586 mNewCellLoc = new CdmaCellLocation(); in updatePhoneType()984 int baseStationLatitude = CdmaCellLocation.INVALID_LAT_LONG; in handleMessage()985 int baseStationLongitude = CdmaCellLocation.INVALID_LAT_LONG; in handleMessage()1002 baseStationLatitude = CdmaCellLocation.INVALID_LAT_LONG; in handleMessage()1003 baseStationLongitude = CdmaCellLocation.INVALID_LAT_LONG; in handleMessage()1016 ((CdmaCellLocation)mCellLoc).setCellLocationData(baseStationId, in handleMessage()1645 int baseStationLatitude = CdmaCellLocation.INVALID_LAT_LONG; in handlePollStateResultMessage()1647 int baseStationLongitude = CdmaCellLocation.INVALID_LAT_LONG; in handlePollStateResultMessage()[all …]
49 import android.telephony.cdma.CdmaCellLocation;418 CdmaCellLocation loc = (CdmaCellLocation)mSST.mCellLoc; in getCellLocation()424 CdmaCellLocation privateLoc = new CdmaCellLocation(); in getCellLocation()426 CdmaCellLocation.INVALID_LAT_LONG, in getCellLocation()427 CdmaCellLocation.INVALID_LAT_LONG, in getCellLocation()
35 import android.telephony.cdma.CdmaCellLocation;1389 cid = ((CdmaCellLocation)loc).getBaseStationId(); in handleMessage()
67 import android.telephony.cdma.CdmaCellLocation;4061 } else if (loc instanceof CdmaCellLocation) { in getCellLocationId()4062 cid = ((CdmaCellLocation)loc).getBaseStationId(); in getCellLocationId()
3872 android.telephony.cdma.CdmaCellLocation
28745 public class CdmaCellLocation extends android.telephony.CellLocation {28746 ctor public CdmaCellLocation();28747 ctor public CdmaCellLocation(android.os.Bundle);
37318 public class CdmaCellLocation extends android.telephony.CellLocation {37319 ctor public CdmaCellLocation();37320 ctor public CdmaCellLocation(android.os.Bundle);
37395 public class CdmaCellLocation extends android.telephony.CellLocation {37396 ctor public CdmaCellLocation();37397 ctor public CdmaCellLocation(android.os.Bundle);
40306 public class CdmaCellLocation extends android.telephony.CellLocation {40307 ctor public CdmaCellLocation();40308 ctor public CdmaCellLocation(android.os.Bundle);