Home
last modified time | relevance | path

Searched refs:CdmaCellLocation (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/telephony/java/android/telephony/cdma/
DCdmaCellLocation.java25 public class CdmaCellLocation extends CellLocation { class
57 public CdmaCellLocation() { in CdmaCellLocation() method in CdmaCellLocation
68 public CdmaCellLocation(Bundle bundle) { in CdmaCellLocation() method in CdmaCellLocation
167 CdmaCellLocation s; in equals()
170 s = (CdmaCellLocation)o; in equals()
/frameworks/base/telephony/java/android/telephony/
DCellLocation.java23 import android.telephony.cdma.CdmaCellLocation;
65 return new CdmaCellLocation(bundle); in newFromBundle()
99 return new CdmaCellLocation(); in getEmpty()
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
DTrackerService.java41 import android.telephony.cdma.CdmaCellLocation;
353 } else if (location instanceof CdmaCellLocation) {
354 CdmaCellLocation cellLocation = (CdmaCellLocation)location;
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java34 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()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java65 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 …]
DGsmCdmaPhone.java49 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()
DGsmCdmaCallTracker.java35 import android.telephony.cdma.CdmaCellLocation;
1389 cid = ((CdmaCellLocation)loc).getBaseStationId(); in handleMessage()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java67 import android.telephony.cdma.CdmaCellLocation;
4061 } else if (loc instanceof CdmaCellLocation) { in getCellLocationId()
4062 cid = ((CdmaCellLocation)loc).getBaseStationId(); in getCellLocationId()
/frameworks/base/
Dcompiled-classes-phone3872 android.telephony.cdma.CdmaCellLocation
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt28745 public class CdmaCellLocation extends android.telephony.CellLocation {
28746 ctor public CdmaCellLocation();
28747 ctor public CdmaCellLocation(android.os.Bundle);
/frameworks/base/api/
Dcurrent.txt37318 public class CdmaCellLocation extends android.telephony.CellLocation {
37319 ctor public CdmaCellLocation();
37320 ctor public CdmaCellLocation(android.os.Bundle);
Dtest-current.txt37395 public class CdmaCellLocation extends android.telephony.CellLocation {
37396 ctor public CdmaCellLocation();
37397 ctor public CdmaCellLocation(android.os.Bundle);
Dsystem-current.txt40306 public class CdmaCellLocation extends android.telephony.CellLocation {
40307 ctor public CdmaCellLocation();
40308 ctor public CdmaCellLocation(android.os.Bundle);