Home
last modified time | relevance | path

Searched defs:xmp (Results 1 – 3 of 3) sorted by relevance

/cts/tests/PhotoPicker/src/android/photopicker/cts/util/
DResultsAssertionsUtils.java155 String xmp = new String(xmpBytes); in assertVideoRedactedReadOnlyAccess() local
206 String xmp = exif.getAttribute(ExifInterface.TAG_XMP); in assertImageExifRedacted() local
/cts/tests/mediaprovider/src/android/provider/cts/media/
DMediaStore_Video_MediaTest.java244 String xmp = new String(xmpBytes); in testXmpLocationRedaction() local
259 String xmp = new String(xmpBytes); in testXmpLocationRedaction() local
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DExifInterfaceTest.java406 final String xmp = new String(exifInterface.getAttributeBytes(ExifInterface.TAG_XMP), in compareWithExpectedValue() local