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