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

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

Completed in 1417 milliseconds