Home
last modified time | relevance | path

Searched refs:LONGITUDE (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityCdmaTest.java37 private static final int LONGITUDE = 2592000; field in CellIdentityCdmaTest
46 new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testConstructor()
51 assertEquals(LONGITUDE, ci.getLongitude()); in testConstructor()
69 new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testEquals()
72 new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testEquals()
77 ciA = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testEquals()
79 ciB = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testEquals()
84 ciA = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testEquals()
86 ciB = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testEquals()
95 new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testParcel()
DCellIdentityTest.java51 private static final int LONGITUDE = 2592000; field in CellIdentityTest
91 ci = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testParcel()
DRILTest.java201 private static final int LONGITUDE = 1295000; field in RILTest
1320 cellinfo.cellIdentityCdma.longitude = LONGITUDE; in testConvertHalCellInfoListForCdma()
1345 NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testConvertHalCellInfoListForCdma()
1559 NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testConvertHalCellInfoList_1_2ForCdma()
1580 NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testConvertHalCellInfoList_1_2ForCdmaWithEmptyOperatorInfo()
1827 cellinfo.cellIdentityCdma.base.longitude = LONGITUDE; in getCellInfoListForCdma()
/frameworks/base/services/robotests/src/com/android/server/location/
DGnssGeofenceProviderTest.java28 private static final double LONGITUDE = 20.0; field in GnssGeofenceProviderTest
48 LONGITUDE, RADIUS, LAST_TRANSITION, MONITOR_TRANSITIONS, in setUp()
55 verify(mMockNative).addGeofence(eq(GEOFENCE_ID), eq(LATITUDE), eq(LONGITUDE), in addGeofence_nativeAdded()
84 verify(mMockNative, times(2)).addGeofence(eq(GEOFENCE_ID), eq(LATITUDE), eq(LONGITUDE), in addGeofence_restart_added()
95 verify(mMockNative, times(1)).addGeofence(eq(GEOFENCE_ID), eq(LATITUDE), eq(LONGITUDE), in removeGeofence_restart_notAdded()
106 verify(mMockNative, times(2)).addGeofence(eq(GEOFENCE_ID), eq(LATITUDE), eq(LONGITUDE), in pauseGeofence_restart_paused()
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
DTrackerEntry.java44 static final String LONGITUDE = "Longitude"; field in TrackerEntry
58 ID_COL, TIMESTAMP, TAG, ENTRY_TYPE, ACCURACY, LATITUDE, LONGITUDE,
176 cValues.put(LONGITUDE, mLocation.getLongitude()); in getAsContentValues()
219 .getColumnIndexOrThrow(LONGITUDE))); in createEntry()
/frameworks/base/core/java/android/provider/
DMediaStore.java1633 public static final String LONGITUDE = "longitude"; field
2966 public static final String LONGITUDE = "longitude"; field
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt25063 field public static final java.lang.String LONGITUDE = "longitude";
25168 field public static final java.lang.String LONGITUDE = "longitude";
/frameworks/base/api/
Dcurrent.txt38479 field @Deprecated public static final String LONGITUDE = "longitude";
38592 field @Deprecated public static final String LONGITUDE = "longitude";