HomeSort by relevance Sort by last modified time
    Searched refs:INVALID_LAT_LONG (Results 1 - 2 of 2) sorted by null

  /frameworks/base/telephony/java/android/telephony/cdma/
CdmaCellLocation.java 31 public final static int INVALID_LAT_LONG = Integer.MAX_VALUE;
39 private int mBaseStationLatitude = INVALID_LAT_LONG;
47 private int mBaseStationLongitude = INVALID_LAT_LONG;
59 this.mBaseStationLatitude = INVALID_LAT_LONG;
60 this.mBaseStationLongitude = INVALID_LAT_LONG;
116 this.mBaseStationLatitude = INVALID_LAT_LONG;
117 this.mBaseStationLongitude = INVALID_LAT_LONG;
212 this.mBaseStationLatitude == INVALID_LAT_LONG &&
213 this.mBaseStationLongitude == INVALID_LAT_LONG &&
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java 327 int baseStationLatitude = CdmaCellLocation.INVALID_LAT_LONG;
328 int baseStationLongitude = CdmaCellLocation.INVALID_LAT_LONG;
345 baseStationLatitude = CdmaCellLocation.INVALID_LAT_LONG;
346 baseStationLongitude = CdmaCellLocation.INVALID_LAT_LONG;
543 int baseStationLatitude = CdmaCellLocation.INVALID_LAT_LONG;
545 int baseStationLongitude = CdmaCellLocation.INVALID_LAT_LONG;
573 baseStationLatitude = CdmaCellLocation.INVALID_LAT_LONG;
574 baseStationLongitude = CdmaCellLocation.INVALID_LAT_LONG;
    [all...]

Completed in 20 milliseconds