Searched refs:dateTimeValue (Results 1 – 1 of 1) sorted by relevance
556 final String dateTimeValue = "2017:02:02 22:22:22"; in testSetDateTime() local565 exif.setAttribute(ExifInterface.TAG_DATETIME, dateTimeValue); in testSetDateTime()571 assertEquals(dateTimeValue, exif.getAttribute(ExifInterface.TAG_DATETIME)); in testSetDateTime()