Home
last modified time | relevance | path

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

/aosp14/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
/aosp14/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.java296 private static String[] resolveRootProjection(String[] projection) { in resolveRootProjection() method in ExternalStorageProvider
550 final MatrixCursor result = new MatrixCursor(resolveRootProjection(projection)); in queryRoots()