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