Home
last modified time | relevance | path

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

/cts/tests/tests/media/misc/src/android/media/misc/cts/
DExifInterfaceTest.java774 final String dateTimeValue = "2017:02:02 22:22:22"; in testGetSetDateTime() local
787 exif.setAttribute(ExifInterface.TAG_DATETIME, dateTimeValue); in testGetSetDateTime()
793 assertEquals(dateTimeValue, exif.getAttribute(ExifInterface.TAG_DATETIME)); in testGetSetDateTime()