Home
last modified time | relevance | path

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

/cts/tests/tests/media/misc/src/android/media/misc/cts/
DExifInterfaceTest.java907 String makeValueWithCommaType2 = "2,Make"; in testSetAttribute() local
908 exif.setAttribute(ExifInterface.TAG_MAKE, makeValueWithCommaType2); in testSetAttribute()
909 assertEquals(makeValueWithCommaType2, exif.getAttribute(ExifInterface.TAG_MAKE)); in testSetAttribute()