HomeSort by relevance Sort by last modified time
    Searched refs:resolveRootProjection (Results 1 - 9 of 9) sorted by null

  /cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
MyDocumentsProvider.java 53 private static String[] resolveRootProjection(String[] projection) {
69 final MatrixCursor result = new MatrixCursor(resolveRootProjection(projection));
  /frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
TestDocumentsProvider.java 93 private static String[] resolveRootProjection(String[] projection) {
132 final MatrixCursor result = new MatrixCursor(resolveRootProjection(projection));
ExternalStorageProvider.java 180 private static String[] resolveRootProjection(String[] projection) {
286 final MatrixCursor result = new MatrixCursor(resolveRootProjection(projection));
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadStorageProvider.java 75 private static String[] resolveRootProjection(String[] projection) {
94 final MatrixCursor result = new MatrixCursor(resolveRootProjection(projection));
  /developers/build/prebuilts/gradle/StorageProvider/Application/src/main/java/com/example/android/storageprovider/
MyCloudProvider.java 111 final MatrixCursor result = new MatrixCursor(resolveRootProjection(projection));
376 private static String[] resolveRootProjection(String[] projection) {
  /developers/samples/android/content/documentsUi/StorageProvider/Application/src/main/java/com/example/android/storageprovider/
MyCloudProvider.java 111 final MatrixCursor result = new MatrixCursor(resolveRootProjection(projection));
376 private static String[] resolveRootProjection(String[] projection) {
  /development/samples/Vault/src/com/example/android/vault/
VaultProvider.java 106 private static String[] resolveRootProjection(String[] projection) {
205 final MatrixCursor result = new MatrixCursor(resolveRootProjection(projection));
  /development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/
MyCloudProvider.java 111 final MatrixCursor result = new MatrixCursor(resolveRootProjection(projection));
376 private static String[] resolveRootProjection(String[] projection) {
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaDocumentsProvider.java 181 private static String[] resolveRootProjection(String[] projection) {
191 final MatrixCursor result = new MatrixCursor(resolveRootProjection(projection));
    [all...]

Completed in 304 milliseconds