Home
last modified time | relevance | path

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

/cts/tests/tests/location/src/android/location/cts/
DLocationManagerTest.java1003 double longitude = 40; in testLocationShouldStillBeMarkedMockWhenProvidersDoNotMatch() local
1014 updateLocationAndWait(TEST_MOCK_PROVIDER_NAME, realProviderToFool, latitude, longitude); in testLocationShouldStillBeMarkedMockWhenProvidersDoNotMatch()
1174 private void updateLocationAndWait(String providerName, double latitude, double longitude) in updateLocationAndWait() argument
1176 updateLocationAndWait(providerName, providerName, latitude, longitude); in updateLocationAndWait()
1189 double latitude, double longitude) throws InterruptedException { in updateLocationAndWait() argument
1199 updateLocation(testProviderName, locationProviderName, latitude, longitude); in updateLocationAndWait()
1206 assertEquals("Bad longitude", longitude, location.getLongitude()); in updateLocationAndWait()
1225 private void registerProximityListener(double latitude, double longitude, float radius, in registerProximityListener() argument
1228 mManager.addProximityAlert(latitude, longitude, radius, expiration, mPendingIntent); in registerProximityListener()
1259 final double longitude) { in updateLocation() 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/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/media/src/android/media/cts/
DMediaMuxerTest.java493 float longitude = Float.parseFloat(location.substring(index)); in verifyLocationInFile() local
496 assertTrue("Incorrect longitude: " + longitude + " [" + location + "]", in verifyLocationInFile()
497 Math.abs(longitude - LONGITUDE) <= TOLERANCE); in verifyLocationInFile()
DExifInterfaceTest.java103 public final float longitude; field in ExifInterfaceTest.ExpectedValue
149 longitude = typedArray.getFloat(index++, 0f); in ExpectedValue()
268 assertEquals(expectedValue.longitude, latLong[1], DIFFERENCE_TOLERANCE); in compareWithExpectedValue()
DMediaRecorderTest.java512 float longitude = Float.parseFloat(location.substring(index)); in checkLocationInFile() local
514 … assertTrue("Incorrect longitude: " + longitude, Math.abs(longitude - LONGITUDE) <= TOLERANCE); in checkLocationInFile()
/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java1078 double longitude, double altitude, long timestamp, String method) in testGpsExifValues() argument
1082 parameters.setGpsLongitude(longitude); in testGpsExifValues()
1100 assertEquals((float)longitude, latLong[1], 0.0001f); in testGpsExifValues()