Searched refs:dateTimeValue (Results 1 – 1 of 1) sorted by relevance
774 final String dateTimeValue = "2017:02:02 22:22:22"; in testGetSetDateTime() local787 exif.setAttribute(ExifInterface.TAG_DATETIME, dateTimeValue); in testGetSetDateTime()793 assertEquals(dateTimeValue, exif.getAttribute(ExifInterface.TAG_DATETIME)); in testGetSetDateTime()