Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DExifInterfaceTest.java122 public final String gpsDatestamp; field in ExifInterfaceTest.ExpectedValue
177 gpsDatestamp = getString(typedArray, index++); in ExpectedValue()
324 assertStringTag(exifInterface, ExifInterface.TAG_GPS_DATESTAMP, expectedValue.gpsDatestamp); in compareWithExpectedValue()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java2650 String gpsDatestamp = exif.getAttribute(ExifInterface.TAG_GPS_DATESTAMP); in verifyJpegExifExtraTags() local
2651 collector.expectNotNull("Exif TAG_GPS_DATESTAMP shouldn't be null", gpsDatestamp); in verifyJpegExifExtraTags()
2656 String gpsExifTimeString = gpsDatestamp + " " + gpsTimestamp + " UTC"; in verifyJpegExifExtraTags()