Searched refs:redactionRanges (Results 1 – 1 of 1) sorted by relevance
5406 if (redactionInfo.redactionRanges.length > 0) { in openFileAndEnforcePathPermissionsHelper()5411 redactionInfo.redactionRanges, in openFileAndEnforcePathPermissionsHelper()5513 public final long[] redactionRanges; field in MediaProvider.RedactionInfo5515 public RedactionInfo(long[] redactionRanges, long[] freeOffsets) { in RedactionInfo() argument5516 this.redactionRanges = redactionRanges; in RedactionInfo()