Home
last modified time | relevance | path

Searched refs:longitude (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/location/src/android/location/cts/
DLocationManagerTest.java1115 private void updateLocationAndWait(String providerName, double latitude, double longitude) in updateLocationAndWait() argument
1124 updateLocation(providerName, latitude, longitude); in updateLocationAndWait()
1131 assertEquals(longitude, location.getLongitude()); in updateLocationAndWait()
1150 private void registerProximityListener(double latitude, double longitude, float radius, in registerProximityListener() argument
1153 mManager.addProximityAlert(latitude, longitude, radius, expiration, mPendingIntent); in registerProximityListener()
1184 final double longitude) { in updateLocation() argument
1187 location.setLongitude(longitude); in updateLocation()
1194 private void updateLocation(final double latitude, final double longitude) { in updateLocation() argument
1195 updateLocation(TEST_MOCK_PROVIDER_NAME, latitude, longitude); in updateLocation()
1198 private void updateFusedLocation(final double latitude, final double longitude) { in updateFusedLocation() argument
[all …]
DAddressTest.java134 double longitude = 1.23456789; in testAccessLongitude() local
135 address.setLongitude(longitude); in testAccessLongitude()
137 assertEquals(longitude, address.getLongitude()); in testAccessLongitude()
/cts/tests/tests/media/src/android/media/cts/
DMediaMuxerTest.java402 float longitude = Float.parseFloat(location.substring(index)); in verifyLocationInFile() local
405 assertTrue("Incorrect longitude: " + longitude + " [" + location + "]", in verifyLocationInFile()
406 Math.abs(longitude - LONGITUDE) <= TOLERANCE); in verifyLocationInFile()
DMediaRecorderTest.java325 float longitude = Float.parseFloat(location.substring(index)); in checkLocationInFile() local
327 … assertTrue("Incorrect longitude: " + longitude, Math.abs(longitude - LONGITUDE) <= TOLERANCE); in checkLocationInFile()
/cts/tests/tests/location2/src/android/location2/cts/
DLocationManagerTest.java303 final double longitude) { in updateLocation() argument
306 nlocation.setLongitude(longitude); in updateLocation()
313 location.setLongitude(longitude); in updateLocation()
/cts/tests/tests/hardware/src/android/hardware/cts/
DCameraTest.java1080 double longitude, double altitude, long timestamp, String method) in testGpsExifValues() argument
1084 parameters.setGpsLongitude(longitude); in testGpsExifValues()
1102 assertEquals((float)longitude, latLong[1], 0.0001f); in testGpsExifValues()