Searched refs:getRedactedRelativePath (Results 1 – 3 of 3) sorted by relevance
21 import static com.android.providers.media.util.SyntheticPathUtils.getRedactedRelativePath;48 assertThat(getRedactedRelativePath()).isEqualTo(".transforms/synthetic/redacted"); in testGetRedactedRelativePath()
49 public static String getRedactedRelativePath() { in getRedactedRelativePath() method in SyntheticPathUtils64 final String redactedDir = buildPrimaryVolumeFile(userId, getRedactedRelativePath()) in isRedactedPath()
165 import static com.android.providers.media.util.SyntheticPathUtils.getRedactedRelativePath;4090 getRedactedRelativePath(), displayName).getAbsolutePath(); in getRedactedUriCursor()4094 updateRow(columnNames, MediaColumns.RELATIVE_PATH, row, getRedactedRelativePath()); in getRedactedUriCursor()4095 updateRow(columnNames, MediaColumns.BUCKET_DISPLAY_NAME, row, getRedactedRelativePath()); in getRedactedUriCursor()11248 getRedactedRelativePath());