Home
last modified time | relevance | path

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

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