Home
last modified time | relevance | path

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

/cts/tests/tests/media/misc/src/android/media/misc/cts/
DExifInterfaceTest.java947 String userComment = "UserCommentTest"; in testSetAttribute() local
948 exif.setAttribute(ExifInterface.TAG_USER_COMMENT, userComment); in testSetAttribute()
949 assertEquals(userComment, exif.getAttribute(ExifInterface.TAG_USER_COMMENT)); in testSetAttribute()