Home
last modified time | relevance | path

Searched refs:expectedDateTime (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DCameraTestUtils.java2063 String expectedDateTime = exif.getAttribute(ExifInterface.TAG_DATETIME); in verifyJpegExifExtraTags() local
2064 collector.expectNotNull("Exif TAG_DATETIME shouldn't be null", expectedDateTime); in verifyJpegExifExtraTags()
2065 if (expectedDateTime != null) { in verifyJpegExifExtraTags()
2067 expectedDateTime, digitizedTime); in verifyJpegExifExtraTags()