Home
last modified time | relevance | path

Searched refs:redactionRanges (Results 1 – 1 of 1) sorted by relevance

/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java5422 if (redactionInfo.redactionRanges.length > 0) { in openFileAndEnforcePathPermissionsHelper()
5427 redactionInfo.redactionRanges, in openFileAndEnforcePathPermissionsHelper()
5529 public final long[] redactionRanges; field in MediaProvider.RedactionInfo
5531 public RedactionInfo(long[] redactionRanges, long[] freeOffsets) { in RedactionInfo() argument
5532 this.redactionRanges = redactionRanges; in RedactionInfo()