Home
last modified time | relevance | path

Searched refs:INVALID_LAT_LONG (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/telephony/java/android/telephony/cdma/
DCdmaCellLocation.java31 public final static int INVALID_LAT_LONG = Integer.MAX_VALUE; field in CdmaCellLocation
39 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()
128 this.mBaseStationLatitude = INVALID_LAT_LONG; in setStateInvalid()
129 this.mBaseStationLongitude = INVALID_LAT_LONG; in setStateInvalid()
224 this.mBaseStationLatitude == INVALID_LAT_LONG && in isEmpty()
225 this.mBaseStationLongitude == INVALID_LAT_LONG && in isEmpty()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaServiceStateTracker.java364 int baseStationLatitude = CdmaCellLocation.INVALID_LAT_LONG; in handleMessage()
365 int baseStationLongitude = CdmaCellLocation.INVALID_LAT_LONG; in handleMessage()
382 baseStationLatitude = CdmaCellLocation.INVALID_LAT_LONG; in handleMessage()
383 baseStationLongitude = CdmaCellLocation.INVALID_LAT_LONG; in handleMessage()
668 int baseStationLatitude = CdmaCellLocation.INVALID_LAT_LONG; in handlePollStateResultMessage()
670 int baseStationLongitude = CdmaCellLocation.INVALID_LAT_LONG; in handlePollStateResultMessage()
698 baseStationLatitude = CdmaCellLocation.INVALID_LAT_LONG; in handlePollStateResultMessage()
699 baseStationLongitude = CdmaCellLocation.INVALID_LAT_LONG; in handlePollStateResultMessage()
DCDMAPhone.java662 CdmaCellLocation.INVALID_LAT_LONG, in getCellLocation()
663 CdmaCellLocation.INVALID_LAT_LONG, in getCellLocation()