Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DExifInterfaceTest.java234 float[] latLong = new float[2]; in printExifTagsAndValues() local
287 float[] latLong = new float[2]; in compareWithExpectedValue() local
/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java1097 float[] latLong = new float[2]; in testGpsExifValues() local
1099 assertEquals((float)latitude, latLong[0], 0.0001f); in testGpsExifValues() local
1100 assertEquals((float)longitude, latLong[1], 0.0001f); in testGpsExifValues() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DDngCreatorTest.java281 float[] latLong = new float[2]; in testSingleImageThumbnail() local