Home
last modified time | relevance | path

Searched defs:latLong (Results 1 – 6 of 6) sorted by relevance

/cts/hostsidetests/scopedstorage/redacturi/src/android/scopedstorage/cts/redacturi/
DRedactUriDeviceTest.java530 float[] latLong = new float[]{0, 0}; in assertUriIsUnredacted() local
538 float[] latLong = new float[]{0, 0}; in assertUriIsRedacted() local
/cts/tests/PhotoPicker/src/android/photopicker/cts/util/
DResultsAssertionsUtils.java199 final float[] latLong = new float[2]; in assertImageExifRedacted() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/intents/
DCameraIntentsActivity.java482 float[] latLong = new float[2]; in handleIntentPictureResult() local
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DExifInterfaceTest.java275 float[] latLong = new float[2]; in printExifTagsAndValues() local
333 float[] latLong = new float[2]; in compareWithExpectedValue() local
/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java1228 float[] latLong = new float[2]; in testGpsExifValues() local
1230 assertEquals((float)latitude, latLong[0], 0.0001f); in testGpsExifValues() local
1231 assertEquals((float)longitude, latLong[1], 0.0001f); in testGpsExifValues() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DDngCreatorTest.java406 float[] latLong = new float[2]; in testSingleImageThumbnail() local