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.java5406 if (redactionInfo.redactionRanges.length > 0) { in openFileAndEnforcePathPermissionsHelper()
5411 redactionInfo.redactionRanges, in openFileAndEnforcePathPermissionsHelper()
5513 public final long[] redactionRanges; field in MediaProvider.RedactionInfo
5515 public RedactionInfo(long[] redactionRanges, long[] freeOffsets) { in RedactionInfo() argument
5516 this.redactionRanges = redactionRanges; in RedactionInfo()