Searched refs:makeValueWithCommaType1 (Results 1 – 1 of 1) sorted by relevance
902 String makeValueWithCommaType1 = "Make,2"; in testSetAttribute() local903 exif.setAttribute(ExifInterface.TAG_MAKE, makeValueWithCommaType1); in testSetAttribute()904 assertEquals(makeValueWithCommaType1, exif.getAttribute(ExifInterface.TAG_MAKE)); in testSetAttribute()