Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadStorageProvider.java80 private static String[] resolveRootProjection(String[] projection) { in resolveRootProjection() method in DownloadStorageProvider
99 final MatrixCursor result = new MatrixCursor(resolveRootProjection(projection)); in queryRoots()
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaDocumentsProvider.java182 private static String[] resolveRootProjection(String[] projection) { in resolveRootProjection() method in MediaDocumentsProvider
221 final MatrixCursor result = new MatrixCursor(resolveRootProjection(projection)); in queryRoots()