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.java145 public final String gpsTimestamp; field in ExifInterfaceTest.ExpectedValue
205 gpsTimestamp = getString(typedArray, index++); in ExpectedValue()
367 assertStringTag(exifInterface, ExifInterface.TAG_GPS_TIMESTAMP, expectedValue.gpsTimestamp); in compareWithExpectedValue()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java3176 String gpsTimestamp = exif.getAttribute(ExifInterface.TAG_GPS_TIMESTAMP); in verifyJpegExifExtraTags() local
3177 collector.expectNotNull("Exif TAG_GPS_TIMESTAMP shouldn't be null", gpsTimestamp); in verifyJpegExifExtraTags()
3180 String gpsExifTimeString = gpsDatestamp + " " + gpsTimestamp + " UTC"; in verifyJpegExifExtraTags()