Home
last modified time | relevance | path

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

/development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/
DMyCloudProvider.java111 final MatrixCursor result = new MatrixCursor(resolveRootProjection(projection)); in queryRoots()
376 private static String[] resolveRootProjection(String[] projection) {
/development/samples/Vault/src/com/example/android/vault/
DVaultProvider.java106 private static String[] resolveRootProjection(String[] projection) { in resolveRootProjection() method in VaultProvider
205 final MatrixCursor result = new MatrixCursor(resolveRootProjection(projection)); in queryRoots()