Searched refs:getRedactionRanges (Results 1 – 3 of 3) sorted by relevance
108 assertArrayEquals(expectedRanges, xmp.getRedactionRanges().toArray()); in testContainer_ExifRedactionRanges()126 assertArrayEquals(expectedRanges, xmp.getRedactionRanges().toArray()); in testContainer_IsoRedactionRanges()144 assertArrayEquals(expectedRanges, xmp.getRedactionRanges().toArray()); in testContainer_IsoRedactionRanges_BadTagValue()
230 public LongArray getRedactionRanges() { in getRedactionRanges() method in XmpInterface
5385 final RedactionInfo redactionInfo = redactionNeeded ? getRedactionRanges(file) in openFileAndEnforcePathPermissionsHelper()5537 private RedactionInfo getRedactionRanges(File file) { in getRedactionRanges() method in MediaProvider5565 res.addAll(exifXmp.getRedactionRanges()); in getRedactionRanges()5567 res.addAll(isoXmp.getRedactionRanges()); in getRedactionRanges()