Searched defs:resolveProjection (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/content/
H A DFileSystemProvider.java334 final MatrixCursor result = new MatrixCursor(resolveProjection(projection));
346 resolveProjection(projection), parentDocumentId, parent);
370 final MatrixCursor result = new MatrixCursor(resolveProjection(projection));
501 private String[] resolveProjection(String[] projection) { method in class:FileSystemProvider

Completed in 19 milliseconds