Searched refs:INVALID_LAT_LONG (Results 1 – 2 of 2) sorted by relevance
37 public final static int INVALID_LAT_LONG = Integer.MAX_VALUE; field in CdmaCellLocation46 private int mBaseStationLatitude = INVALID_LAT_LONG;55 private int mBaseStationLongitude = INVALID_LAT_LONG;69 this.mBaseStationLatitude = INVALID_LAT_LONG; in CdmaCellLocation()70 this.mBaseStationLongitude = INVALID_LAT_LONG; in CdmaCellLocation()139 this.mBaseStationLatitude = INVALID_LAT_LONG; in setStateInvalid()140 this.mBaseStationLongitude = INVALID_LAT_LONG; in setStateInvalid()236 this.mBaseStationLatitude == INVALID_LAT_LONG && in isEmpty()237 this.mBaseStationLongitude == INVALID_LAT_LONG && in isEmpty()
56227 Landroid/telephony/cdma/CdmaCellLocation;->INVALID_LAT_LONG:I