Home
last modified time | relevance | path

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

/cts/tests/tests/media/misc/src/android/media/misc/cts/
DExifInterfaceTest.java902 String makeValueWithCommaType1 = "Make,2"; in testSetAttribute() local
903 exif.setAttribute(ExifInterface.TAG_MAKE, makeValueWithCommaType1); in testSetAttribute()
904 assertEquals(makeValueWithCommaType1, exif.getAttribute(ExifInterface.TAG_MAKE)); in testSetAttribute()