Home
last modified time | relevance | path

Searched refs:INVALID_LAT_LONG (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/telephony/java/android/telephony/cdma/
DCdmaCellLocation.java31 public final static int INVALID_LAT_LONG = Integer.MAX_VALUE; field in CdmaCellLocation
39 private int mBaseStationLatitude = INVALID_LAT_LONG;
47 private int mBaseStationLongitude = INVALID_LAT_LONG;
59 this.mBaseStationLatitude = INVALID_LAT_LONG; in CdmaCellLocation()
60 this.mBaseStationLongitude = INVALID_LAT_LONG; in CdmaCellLocation()
129 this.mBaseStationLatitude = INVALID_LAT_LONG; in setStateInvalid()
130 this.mBaseStationLongitude = INVALID_LAT_LONG; in setStateInvalid()
225 this.mBaseStationLatitude == INVALID_LAT_LONG && in isEmpty()
226 this.mBaseStationLongitude == INVALID_LAT_LONG && in isEmpty()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java207 assertEquals(CdmaCellLocation.INVALID_LAT_LONG, in testGetCellLocation()
209 assertEquals(CdmaCellLocation.INVALID_LAT_LONG, in testGetCellLocation()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java995 int baseStationLatitude = CdmaCellLocation.INVALID_LAT_LONG; in processCellLocationInfo()
996 int baseStationLongitude = CdmaCellLocation.INVALID_LAT_LONG; in processCellLocationInfo()
1020 baseStationLatitude = CdmaCellLocation.INVALID_LAT_LONG; in processCellLocationInfo()
1021 baseStationLongitude = CdmaCellLocation.INVALID_LAT_LONG; in processCellLocationInfo()
DGsmCdmaPhone.java432 CdmaCellLocation.INVALID_LAT_LONG, in getCellLocation()
433 CdmaCellLocation.INVALID_LAT_LONG, in getCellLocation()