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.java198 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.java984 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()
1645 int baseStationLatitude = CdmaCellLocation.INVALID_LAT_LONG; in handlePollStateResultMessage()
1647 int baseStationLongitude = CdmaCellLocation.INVALID_LAT_LONG; in handlePollStateResultMessage()
1675 baseStationLatitude = CdmaCellLocation.INVALID_LAT_LONG; in handlePollStateResultMessage()
1676 baseStationLongitude = CdmaCellLocation.INVALID_LAT_LONG; in handlePollStateResultMessage()
DGsmCdmaPhone.java426 CdmaCellLocation.INVALID_LAT_LONG, in getCellLocation()
427 CdmaCellLocation.INVALID_LAT_LONG, in getCellLocation()