Searched refs:makeValueWithCommaType2 (Results 1 – 1 of 1) sorted by relevance
907 String makeValueWithCommaType2 = "2,Make"; in testSetAttribute() local908 exif.setAttribute(ExifInterface.TAG_MAKE, makeValueWithCommaType2); in testSetAttribute()909 assertEquals(makeValueWithCommaType2, exif.getAttribute(ExifInterface.TAG_MAKE)); in testSetAttribute()