Home
last modified time | relevance | path

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

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