Searched refs:expectedDateTime (Results 1 – 1 of 1) sorted by relevance
2163 String expectedDateTime = exif.getAttribute(ExifInterface.TAG_DATETIME); in verifyJpegExifExtraTags() local2164 collector.expectNotNull("Exif TAG_DATETIME shouldn't be null", expectedDateTime); in verifyJpegExifExtraTags()2165 if (expectedDateTime != null) { in verifyJpegExifExtraTags()2167 expectedDateTime, digitizedTime); in verifyJpegExifExtraTags()