Searched refs:INVALID_LAT_LONG (Results 1 – 2 of 2) sorted by relevance
34 public final static int INVALID_LAT_LONG = Integer.MAX_VALUE; field in CdmaCellLocation43 private int mBaseStationLatitude = INVALID_LAT_LONG;52 private int mBaseStationLongitude = INVALID_LAT_LONG;66 this.mBaseStationLatitude = INVALID_LAT_LONG; in CdmaCellLocation()67 this.mBaseStationLongitude = INVALID_LAT_LONG; in CdmaCellLocation()136 this.mBaseStationLatitude = INVALID_LAT_LONG; in setStateInvalid()137 this.mBaseStationLongitude = INVALID_LAT_LONG; in setStateInvalid()233 this.mBaseStationLatitude == INVALID_LAT_LONG && in isEmpty()234 this.mBaseStationLongitude == INVALID_LAT_LONG && in isEmpty()
66927 Landroid/telephony/cdma/CdmaCellLocation;->INVALID_LAT_LONG:I