Home
last modified time | relevance | path

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

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