Home
last modified time | relevance | path

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

/cts/tests/tests/media/misc/src/android/media/misc/cts/
DExifInterfaceTest.java773 final long expectedDatetimeValue = 1454059947000L; in testGetSetDateTime() local
782 assertEquals(expectedDatetimeValue, exif.getDateTime()); in testGetSetDateTime()
783 assertEquals(expectedDatetimeValue, exif.getDateTimeOriginal()); in testGetSetDateTime()
784 assertEquals(expectedDatetimeValue, exif.getDateTimeDigitized()); in testGetSetDateTime()
785 assertEquals(expectedDatetimeValue, exif.getGpsDateTime()); in testGetSetDateTime()