Searched refs:isRedactedPath (Results 1 – 3 of 3) sorted by relevance
24 import static com.android.providers.media.util.SyntheticPathUtils.isRedactedPath;78 assertThat(isRedactedPath("/storage/emulated/0/.transforms/synthetic/redacted/" in testIsRedactedPath()80 assertThat(isRedactedPath("/storage/emulated/10/.transforms/synthetic/redacted/" in testIsRedactedPath()82 assertThat(isRedactedPath("/storage/emulated/0/.transforms/synthetic/REDACTED/" in testIsRedactedPath()85 assertThat(isRedactedPath("/storage/emulated/0/.transforms/synthetic/redacted/" in testIsRedactedPath()87 assertThat(isRedactedPath("/storage/emulated/10/.transforms/synthetic/redacted/" in testIsRedactedPath()89 assertThat(isRedactedPath("/storage/emulated/0/.transforms/synthetic/picker/" in testIsRedactedPath()91 assertThat(isRedactedPath("/storage/emulated/0/.transforms/redacted/" + REDACTED_ID, in testIsRedactedPath()93 assertThat(isRedactedPath("/storage/emulated/0/synthetic/redacted/" + REDACTED_ID, in testIsRedactedPath()
61 public static boolean isRedactedPath(String path, int userId) { in isRedactedPath() method in SyntheticPathUtils
167 import static com.android.providers.media.util.SyntheticPathUtils.isRedactedPath;2345 if (isRedactedPath(path, userId)) { in onFileLookupForFuse()10004 if (isRedactedPath(path, userId)) {