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.java556 final String dateTimeValue = "2017:02:02 22:22:22"; in testSetDateTime() local
565 exif.setAttribute(ExifInterface.TAG_DATETIME, dateTimeValue); in testSetDateTime()
571 assertEquals(dateTimeValue, exif.getAttribute(ExifInterface.TAG_DATETIME)); in testSetDateTime()