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()
271 assertEquals(CdmaCellLocation.INVALID_LAT_LONG, in testGetCellLocation()273 assertEquals(CdmaCellLocation.INVALID_LAT_LONG, in testGetCellLocation()
944 int baseStationLatitude = CdmaCellLocation.INVALID_LAT_LONG; in processCellLocationInfo()945 int baseStationLongitude = CdmaCellLocation.INVALID_LAT_LONG; in processCellLocationInfo()967 baseStationLatitude = CdmaCellLocation.INVALID_LAT_LONG; in processCellLocationInfo()968 baseStationLongitude = CdmaCellLocation.INVALID_LAT_LONG; in processCellLocationInfo()
450 CdmaCellLocation.INVALID_LAT_LONG, in getCellLocation()451 CdmaCellLocation.INVALID_LAT_LONG, in getCellLocation()