/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellIdentityCdmaTest.java | 40 private static final int LATITUDE = 1296000; field in CellIdentityCdmaTest 47 new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testConstructor() 51 assertEquals(LATITUDE, ci.getLatitude()); in testConstructor() 74 new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testEquals() 77 new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testEquals() 82 ciA = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testEquals() 84 ciB = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testEquals() 89 ciA = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testEquals() 91 ciB = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testEquals() 100 new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testParcel()
|
D | CellIdentityTest.java | 66 private static final int LATITUDE = 1296000; field in CellIdentityTest 145 ci = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testParcel() 203 LONGITUDE, LATITUDE, ALPHA_LONG, ALPHA_SHORT); in testGetMccMncString()
|
D | RILTest.java | 226 private static final int LATITUDE = 1292000; field in RILTest 1510 cellinfo.cellIdentityCdma.latitude = LATITUDE; in testConvertHalCellInfoListForCdma() 1534 NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testConvertHalCellInfoListForCdma() 1755 NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testConvertHalCellInfoList_1_2ForCdma() 1776 NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testConvertHalCellInfoList_1_2ForCdmaWithEmptyOperatorInfo() 2301 cellinfo.cellIdentityCdma.base.latitude = LATITUDE; in getCellInfoListForCdma()
|
/frameworks/base/services/robotests/src/com/android/server/location/ |
D | GnssGeofenceProviderTest.java | 27 private static final double LATITUDE = 10.0; field in GnssGeofenceProviderTest 47 mTestProvider.addCircularHardwareGeofence(GEOFENCE_ID, LATITUDE, 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/ |
D | TrackerEntry.java | 43 static final String LATITUDE = "Latitude"; field in TrackerEntry 58 ID_COL, TIMESTAMP, TAG, ENTRY_TYPE, ACCURACY, LATITUDE, LONGITUDE, 175 cValues.put(LATITUDE, mLocation.getLatitude()); in getAsContentValues() 217 .getColumnIndexOrThrow(LATITUDE))); in createEntry()
|
/frameworks/base/core/java/android/provider/ |
D | MediaStore.java | 1623 public static final String LATITUDE = "latitude"; field 2956 public static final String LATITUDE = "latitude"; field
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 25062 field public static final java.lang.String LATITUDE = "latitude"; 25167 field public static final java.lang.String LATITUDE = "latitude";
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 38780 field @Deprecated public static final String LATITUDE = "latitude"; 38893 field @Deprecated public static final String LATITUDE = "latitude";
|
/frameworks/base/api/ |
D | current.txt | 38924 field @Deprecated public static final String LATITUDE = "latitude"; 39037 field @Deprecated public static final String LATITUDE = "latitude";
|