Searched refs:INVALID_LAT_LONG (Results 1 – 4 of 4) sorted by relevance
31 public final static int INVALID_LAT_LONG = Integer.MAX_VALUE; field in CdmaCellLocation39 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()
198 assertEquals(CdmaCellLocation.INVALID_LAT_LONG, in testGetCellLocation()200 assertEquals(CdmaCellLocation.INVALID_LAT_LONG, in testGetCellLocation()
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()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()
426 CdmaCellLocation.INVALID_LAT_LONG, in getCellLocation()427 CdmaCellLocation.INVALID_LAT_LONG, in getCellLocation()