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 60 final MatrixCursor result = new MatrixCursor(resolveRootProjection(projection));
98 private static String[] resolveRootProjection(String[] 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 265 private static String[] resolveRootProjection(String[] projection) {
389 final MatrixCursor result = new MatrixCursor(resolveRootProjection(projection));
  /cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
MyDocumentsProvider.java 67 private static String[] resolveRootProjection(String[] projection) {
85 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 93 private static String[] resolveRootProjection(String[] projection) {
121 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 7073 milliseconds