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

/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportStorageProvider.java56 final MatrixCursor result = new MatrixCursor(resolveRootProjection(projection));
117 private static String[] resolveRootProjection(String[] projection) { method in class:BugreportStorageProvider
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A DTestDocumentsProvider.java93 private static String[] resolveRootProjection(String[] projection) { method in class:TestDocumentsProvider
132 final MatrixCursor result = new MatrixCursor(resolveRootProjection(projection));
H A DExternalStorageProvider.java187 private static String[] resolveRootProjection(String[] projection) { method in class:ExternalStorageProvider
305 final MatrixCursor result = new MatrixCursor(resolveRootProjection(projection));

Completed in 117 milliseconds