Searched refs:getRedactionRanges (Results 1 – 4 of 4) sorted by relevance
107 assertArrayEquals(expectedRanges, xmp.getRedactionRanges().toArray()); in testContainer_ExifRedactionRanges()132 assertArrayEquals(expectedRanges, xmp.getRedactionRanges().toArray()); in testContainer_IsoRedactionRanges()156 assertArrayEquals(expectedRanges, xmp.getRedactionRanges().toArray()); in testContainer_IsoRedactionRanges_BadTagValue()
231 public LongArray getRedactionRanges() { in getRedactionRanges() method in XmpInterface
425 assertNotNull(MediaProvider.getRedactionRanges(file)); in testGetRedactionRanges_Image()438 assertNotNull(MediaProvider.getRedactionRanges(file)); in testGetRedactionRanges_Video()
7522 redactionInfo = redactionNeeded ? getRedactionRanges(file)7914 return getRedactionRanges(file).redactionRanges;7928 return getRedactionRanges(file).redactionRanges;7978 return getRedactionRanges(file).redactionRanges;7994 public static RedactionInfo getRedactionRanges(File file) throws IOException {8011 res.addAll(exifXmp.getRedactionRanges());8027 res.addAll(isoXmp.getRedactionRanges());