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

  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportStorageProvider.java 62 final MatrixCursor result = new MatrixCursor(resolveRootProjection(projection));
143 private static String[] resolveRootProjection(String[] projection) {
  /cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
MyDocumentsProvider.java 57 private static String[] resolveRootProjection(String[] projection) {
73 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 261 private static String[] resolveRootProjection(String[] projection) {
399 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/DownloadProvider/src/com/android/providers/downloads/
DownloadStorageProvider.java 80 private static String[] resolveRootProjection(String[] projection) {
99 final MatrixCursor result = new MatrixCursor(resolveRootProjection(projection));
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaDocumentsProvider.java 182 private static String[] resolveRootProjection(String[] projection) {
221 final MatrixCursor result = new MatrixCursor(resolveRootProjection(projection));
    [all...]

Completed in 93 milliseconds