Home
last modified time | relevance | path

Searched refs:resolveRootProjection (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportStorageProvider.java61 final MatrixCursor result = new MatrixCursor(resolveRootProjection(projection)); in queryRoots()
111 private static String[] resolveRootProjection(String[] projection) { in resolveRootProjection() method in BugreportStorageProvider
/aosp12/packages/apps/Traceur/src/com/android/traceur/
H A DStorageProvider.java76 final MatrixCursor result = new MatrixCursor(resolveRootProjection(projection)); in queryRoots()
151 private static String[] resolveRootProjection(String[] projection) { in resolveRootProjection() method in StorageProvider
/aosp12/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A DTestDocumentsProvider.java93 private static String[] resolveRootProjection(String[] projection) { in resolveRootProjection() method in TestDocumentsProvider
132 final MatrixCursor result = new MatrixCursor(resolveRootProjection(projection)); in queryRoots()
H A DExternalStorageProvider.java275 private static String[] resolveRootProjection(String[] projection) { in resolveRootProjection() method in ExternalStorageProvider
499 final MatrixCursor result = new MatrixCursor(resolveRootProjection(projection)); in queryRoots()
/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadStorageProvider.java111 private static String[] resolveRootProjection(String[] projection) { in resolveRootProjection() method in DownloadStorageProvider
167 final MatrixCursor result = new MatrixCursor(resolveRootProjection(projection)); in queryRoots()
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaDocumentsProvider.java283 private static String[] resolveRootProjection(String[] projection) { in resolveRootProjection() method in MediaDocumentsProvider
589 final MatrixCursor result = new MatrixCursor(resolveRootProjection(projection)); in queryRoots()