OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
;
128
this.mBaseStationLatitude =
INVALID_LAT_LONG
;
129
this.mBaseStationLongitude =
INVALID_LAT_LONG
;
224
this.mBaseStationLatitude ==
INVALID_LAT_LONG
&&
225
this.mBaseStationLongitude ==
INVALID_LAT_LONG
&&
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java
338
int baseStationLatitude = CdmaCellLocation.
INVALID_LAT_LONG
;
339
int baseStationLongitude = CdmaCellLocation.
INVALID_LAT_LONG
;
356
baseStationLatitude = CdmaCellLocation.
INVALID_LAT_LONG
;
357
baseStationLongitude = CdmaCellLocation.
INVALID_LAT_LONG
;
602
int baseStationLatitude = CdmaCellLocation.
INVALID_LAT_LONG
;
604
int baseStationLongitude = CdmaCellLocation.
INVALID_LAT_LONG
;
632
baseStationLatitude = CdmaCellLocation.
INVALID_LAT_LONG
;
633
baseStationLongitude = CdmaCellLocation.
INVALID_LAT_LONG
;
[
all
...]
Completed in 597 milliseconds