Home
last modified time | relevance | path

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

/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportStorageProvider.java56 final MatrixCursor result = new MatrixCursor(resolveRootProjection(projection)); in queryRoots()
117 private static String[] resolveRootProjection(String[] projection) { in resolveRootProjection() method in BugreportStorageProvider
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DTestDocumentsProvider.java93 private static String[] resolveRootProjection(String[] projection) { in resolveRootProjection() method in TestDocumentsProvider
132 final MatrixCursor result = new MatrixCursor(resolveRootProjection(projection)); in queryRoots()
DExternalStorageProvider.java186 private static String[] resolveRootProjection(String[] projection) { in resolveRootProjection() method in ExternalStorageProvider
304 final MatrixCursor result = new MatrixCursor(resolveRootProjection(projection)); in queryRoots()
/frameworks/base/docs/html/guide/topics/providers/
Ddocument-provider.jd740 new MatrixCursor(resolveRootProjection(projection));