Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/cts/
DCameraTest.java903 float[] latLong = new float[2]; in testGpsExifValues() local
904 assertTrue(exif.getLatLong(latLong)); in testGpsExifValues()
905 assertEquals((float)latitude, latLong[0], 0.0001f); in testGpsExifValues() local
906 assertEquals((float)longitude, latLong[1], 0.0001f); in testGpsExifValues() local