/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellIdentityCdmaTest.java | 38 private static final int LONGITUDE = 2592000; field in CellIdentityCdmaTest 47 new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE, in testConstructor() 52 assertEquals(LONGITUDE, ci.getLongitude()); 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 | 64 private static final int LONGITUDE = 2592000; 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 | 227 private static final int LONGITUDE = 1295000; field in RILTest 1509 cellinfo.cellIdentityCdma.longitude = LONGITUDE; 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() 2300 cellinfo.cellIdentityCdma.base.longitude = LONGITUDE; in getCellInfoListForCdma()
|
/frameworks/base/services/robotests/src/com/android/server/location/ |
D | GnssGeofenceProviderTest.java | 28 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/ |
D | TrackerEntry.java | 44 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/ |
D | MediaStore.java | 1635 public static final String LONGITUDE = "longitude"; field 2968 public static final String LONGITUDE = "longitude"; field
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 25063 field public static final java.lang.String LONGITUDE = "longitude"; 25168 field public static final java.lang.String LONGITUDE = "longitude";
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 38781 field @Deprecated public static final String LONGITUDE = "longitude"; 38894 field @Deprecated public static final String LONGITUDE = "longitude";
|
/frameworks/base/api/ |
D | current.txt | 38925 field @Deprecated public static final String LONGITUDE = "longitude"; 39038 field @Deprecated public static final String LONGITUDE = "longitude";
|