Home
last modified time | relevance | path

Searched defs:longitude (Results 1 – 13 of 13) sorted by relevance

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DLocationUtils.java52 …public static Location createLocation(String provider, double latitude, double longitude, float ac… in createLocation()
56 …public static Location createLocation(String provider, double latitude, double longitude, float ac… in createLocation()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/location/
DLocationProvider.java90 public void setLocation(double latitude, double longitude, float accuracy) { in setLocation()
95 private static Location createLocation(String provider, double latitude, double longitude, in createLocation()
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DResourceManagerRecorderActivity.java199 float longitude = Float.parseFloat(location.substring(index)); in checkLocationInFile() local
DExifInterfaceTest.java142 public final float longitude; field in ExifInterfaceTest.ExpectedValue
/cts/tests/location/location_none/src/android/location/cts/none/
DAddressTest.java142 double longitude = 1.23456789; in testAccessLongitude() local
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsCallProfileTest.java377 double longitude = 456; in testCallComposerExtras() local
/cts/tests/tests/telecom/src/android/telecom/cts/
DCallDetailsTest.java643 double longitude = 456; in testExtrasPropagation() local
/cts/tests/tests/media/muxer/src/android/media/muxer/cts/
DMediaMuxerTest.java922 float longitude = Float.parseFloat(location.substring(index)); in verifyLocationInFile() local
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCellInfoTest.java434 int longitude = cdma.getLongitude(); in verifyCellIdentityCdma() local
/cts/tests/tests/media/recorder/src/android/media/recorder/cts/
DMediaRecorderTest.java569 float longitude = Float.parseFloat(location.substring(index)); in checkLocationInFile() local
/cts/tests/media/src/android/mediav2/cts/
DMuxerTest.java490 float longitude = Float.parseFloat(loc.substring(index, lastIndex - 1)); in verifyLocationInFile() local
/cts/tests/tests/telephony/current/src/android/telephony/satellite/cts/
DSatelliteManagerTestOnMockService.java5221 private void setTestProviderLocation(double latitude, double longitude) { in setTestProviderLocation()
/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java1209 double longitude, double altitude, long timestamp, String method) in testGpsExifValues()