Searched refs:gpsTimestamp (Results 1 – 2 of 2) sorted by relevance
166 public final String gpsTimestamp; field in ExifInterfaceTest.ExpectedValue226 gpsTimestamp = getString(typedArray, index++); in ExpectedValue()392 assertStringTag(exifInterface, ExifInterface.TAG_GPS_TIMESTAMP, expectedValue.gpsTimestamp); in compareWithExpectedValue()
3912 String gpsTimestamp = exif.getAttribute(ExifInterface.TAG_GPS_TIMESTAMP); in verifyJpegExifExtraTags() local3913 collector.expectNotNull("Exif TAG_GPS_TIMESTAMP shouldn't be null", gpsTimestamp); in verifyJpegExifExtraTags()3916 String gpsExifTimeString = gpsDatestamp + " " + gpsTimestamp + " UTC"; in verifyJpegExifExtraTags()