Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/tests/src/com/android/providers/media/util/
DSyntheticPathUtilsTest.java19 …t static com.android.providers.media.util.SyntheticPathUtils.extractSyntheticRelativePathSegements;
120 assertThat(extractSyntheticRelativePathSegements( in testExtractSyntheticRelativePathSegments()
123 assertThat(extractSyntheticRelativePathSegements( in testExtractSyntheticRelativePathSegments()
127 assertThat(extractSyntheticRelativePathSegements( in testExtractSyntheticRelativePathSegments()
130 assertThat(extractSyntheticRelativePathSegements( in testExtractSyntheticRelativePathSegments()
134 assertThat(extractSyntheticRelativePathSegements( in testExtractSyntheticRelativePathSegments()
137 assertThat(extractSyntheticRelativePathSegements( in testExtractSyntheticRelativePathSegments()
141 assertThat(extractSyntheticRelativePathSegements( in testExtractSyntheticRelativePathSegments()
/packages/providers/MediaProvider/src/com/android/providers/media/util/
DSyntheticPathUtils.java91 public static List<String> extractSyntheticRelativePathSegements(String path, int userId) { in extractSyntheticRelativePathSegements() method in SyntheticPathUtils
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java164 …t static com.android.providers.media.util.SyntheticPathUtils.extractSyntheticRelativePathSegements;
2417 extractSyntheticRelativePathSegements(path, userId); in handlePickerFileLookup()