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

/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A DExternalStorageProvider.java103 private static String[] resolveRootProjection(String[] projection) { method in class:ExternalStorageProvider
201 final MatrixCursor result = new MatrixCursor(resolveRootProjection(projection));
H A DTestDocumentsProvider.java88 private static String[] resolveRootProjection(String[] projection) { method in class:TestDocumentsProvider
125 final MatrixCursor result = new MatrixCursor(resolveRootProjection(projection));

Completed in 75 milliseconds