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