Home
last modified time | relevance | path

Searched defs:getRedactionRanges (Results 1 – 2 of 2) sorted by relevance

/packages/providers/MediaProvider/src/com/android/providers/media/util/
DRedactionUtils.java101 public static long[] getRedactionRanges(File file) throws IOException { in getRedactionRanges() method in RedactionUtils
121 public static long[] getRedactionRanges(FileInputStream fis, String mimeType) in getRedactionRanges() method in RedactionUtils
DXmpDataParser.java158 public static LongArray getRedactionRanges(ExifInterface exifInterface) throws IOException { in getRedactionRanges() method in XmpDataParser
165 public static LongArray getRedactionRanges(IsoInterface isoInterface) throws IOException { in getRedactionRanges() method in XmpDataParser
171 private static LongArray getRedactionRanges(XmpData xmpData) throws IOException { in getRedactionRanges() method in XmpDataParser