Searched refs:getRedactedXmp (Results 1 – 3 of 3) sorted by relevance
101 final String redactedXmp = new String(xmp.getRedactedXmp()); in testContainer_ExifRedactionRanges()121 final String redactedXmp = new String(xmpInterface.getRedactedXmp()); in testContainer_IsoRedactionRanges()
117 public @NonNull byte[] getRedactedXmp() { in getRedactedXmp() method in XmpInterface
1176 byte[] redacted = xmp.getRedactedXmp(); in maybeTruncateXmp()