Home
last modified time | relevance | path

Searched defs:rootId (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/aosp_15_r20/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DStubProvider.java151 private long getSize(String rootId) { in getSize()
288 public Cursor queryRecentDocuments(String rootId, String[] projection) in queryRecentDocuments()
296 public Cursor querySearchDocuments(String rootId, String query, String[] projection) in querySearchDocuments()
571 String rootId = extras.getString(EXTRA_PARENT_ID); in dispatchCreateDocumentWithFlags() local
699 public void setSize(String rootId, long rootSize) { in setSize()
720 public Uri createRegularFile(String rootId, String path, String mimeType, byte[] content) in createRegularFile()
734 String rootId, String path, String mimeType, List<String> streamTypes, byte[] content) in createVirtualFile()
749 public File getFile(String rootId, String path) throws FileNotFoundException { in getFile()
764 private File createFile(String rootId, String path, String mimeType, byte[] content) in createFile()
/aosp_15_r20/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
H A DLoginActivity.java110 final AutofillId rootId = activity.getRootView().getAutofillId(); in assertJustInitialViewsAppeared() local
146 final AutofillId rootId = activity.getRootView().getAutofillId(); in assertInitialViewsAppeared() local
190 final AutofillId rootId = activity.getRootView().getAutofillId(); in assertInitialViewsDisappeared() local
227 final AutofillId rootId = activity.getRootView().getAutofillId(); in assertInitialViewsDisappeared() local
H A DLoginActivityTest.java240 final AutofillId rootId = activity.getRootView().getAutofillId(); in testSimpleLifecycle_rootViewSession() local
366 final AutofillId rootId = activity.getRootView().getAutofillId(); in testSimpleLifecycle_changeContextOnCreate() local
873 final AutofillId rootId = activity.getRootView().getAutofillId(); in testAddChildren_rightAway() local
904 final AutofillId rootId = activity.getRootView().getAutofillId(); in testViewAppeared_withNewContext() local
948 final AutofillId rootId = activity.getRootView().getAutofillId(); in testAddChildren_afterAnimation() local
960 rootId, in testAddChildren_afterAnimation() local
H A DChildlessActivityTest.java312 final AutofillId rootId = rootView.getAutofillId(); in testAddAndRemoveImportantChild() local
611 final AutofillId rootId = activity.getRootView().getAutofillId(); in dinamicallyAddOneChildOnAnotherSessionTest() local
741 final AutofillId rootId = rootView.getAutofillId(); in testDinamicallyManageSiblingSessions() local
1042 final AutofillId rootId = rootView.getAutofillId(); in testRemoveChildrenFromDifferentSessions() local
/aosp_15_r20/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A DExternalStorageProvider.java108 public String rootId; field in ExternalStorageProvider.RootInfo
190 final String rootId; in updateVolumesLocked() local
326 private boolean isRestrictedPath(String rootId, String canonicalPath) { in isRestrictedPath()
716 public Cursor querySearchDocuments(String rootId, String[] projection, Bundle queryArgs) in querySearchDocuments()
730 public void ejectRoot(String rootId) { in ejectRoot()
/aosp_15_r20/frameworks/base/core/java/android/provider/
H A DDocumentsProvider.java472 public Cursor queryRecentDocuments(String rootId, String[] projection) in queryRecentDocuments()
504 public Cursor queryRecentDocuments( in queryRecentDocuments()
666 public Cursor querySearchDocuments(String rootId, String query, String[] projection) in querySearchDocuments()
716 public Cursor querySearchDocuments(@NonNull String rootId, in querySearchDocuments()
731 public void ejectRoot(String rootId) { in ejectRoot()
1120 final String rootId = DocumentsContract.getRootId(rootUri); in callUnchecked() local
H A DDocumentsContract.java919 public static Uri buildRootUri(String authority, String rootId) { in buildRootUri()
932 public static Uri buildRecentDocumentsUri(String authority, String rootId) { in buildRecentDocumentsUri()
1082 String authority, String rootId, String query) { in buildSearchDocumentsUri()
1796 public Path(@Nullable String rootId, List<String> path) { in Path()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/ExternalStorageProvider/ExternalStorageProvider/android_common/javac/
DExternalStorageProvider.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/ExternalStorageProvider/ExternalStorageProvider/android_common/repackaged-jarjar/javac/
DExternalStorageProvider.jarcom/android/externalstorage/TestDocumentsProvider.class TestDocumentsProvider.java package com.android.externalstorage public ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/ExternalStorageProvider/ExternalStorageProvider/android_common/combined/
DExternalStorageProvider.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/target/common/obj/APPS/ExternalStorageProvider_intermediates/
Dclasses.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DRecursiveStringArrayResourceResolver.java76 public Set<String> resolve(String pkg, @ArrayRes int rootId) { in resolve()
86 private Set<String> resolve(Collection<String> cache, String pkg, @ArrayRes int rootId) { in resolve()
/aosp_15_r20/cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
H A DMyDocumentsProvider.java331 String rootId = null; in findDocumentPath() local
339 public Cursor querySearchDocuments(String rootId, String query, String[] projection) in querySearchDocuments()
502 public void ejectRoot(String rootId) { in ejectRoot()
/aosp_15_r20/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestDocumentsProvider.java90 public Cursor queryRecentDocuments(String rootId, String[] projection) { in queryRecentDocuments()
95 public Cursor querySearchDocuments(String rootId, String query, String[] projection) { in querySearchDocuments()
/aosp_15_r20/development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/
H A DMyCloudProvider.java154 public Cursor queryRecentDocuments(String rootId, String[] projection) in queryRecentDocuments()
206 public Cursor querySearchDocuments(String rootId, String query, String[] projection) in querySearchDocuments()
/aosp_15_r20/developers/samples/android/content/documentsUi/StorageProvider/Application/src/main/java/com/example/android/storageprovider/
DMyCloudProvider.java154 public Cursor queryRecentDocuments(String rootId, String[] projection) in queryRecentDocuments()
206 public Cursor querySearchDocuments(String rootId, String query, String[] projection) in querySearchDocuments()
/aosp_15_r20/developers/build/prebuilts/gradle/StorageProvider/Application/src/main/java/com/example/android/storageprovider/
H A DMyCloudProvider.java154 public Cursor queryRecentDocuments(String rootId, String[] projection) in queryRecentDocuments()
206 public Cursor querySearchDocuments(String rootId, String query, String[] projection) in querySearchDocuments()
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/audio_util/
DMediaBrowserWrapper.java70 void run(String rootId); in run()
123 String rootId = mWrappedBrowser.getRoot(); in getRootId() local
DMediaPlayerList.java121 void run(int playerId, boolean success, String rootId, int numItems); in run()
383 (rootId) -> { in getPlayerRoot() argument
/aosp_15_r20/cts/tests/tests/provider/src/android/provider/cts/
H A DDocumentsContractTest.java132 final String rootId = "rootId"; in testRootUri() local
155 final String rootId = "rootId"; in testRootUri_returnFalse() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/
DAvrcpNativeInterface.java182 void setBrowsedPlayerResponse(int playerId, boolean success, String rootId, int numItems) { in setBrowsedPlayerResponse()
396 int playerId, boolean success, String rootId, int numItems); in setBrowsedPlayerResponseNative()
/aosp_15_r20/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadStorageProvider.java184 final String rootId = (parentDocId == null) ? DOC_ID_ROOT : null; in findDocumentPath() local
357 public Cursor queryRecentDocuments(String rootId, String[] projection, in queryRecentDocuments()
427 public Cursor querySearchDocuments(String rootId, String[] projection, Bundle queryArgs) in querySearchDocuments()
/aosp_15_r20/frameworks/native/services/surfaceflinger/FrontEnd/
H A DLayerHierarchy.cpp552 for (auto rootId : mirrorRootIds) { in toString() local
559 for (auto rootId : relativeRootIds) { in toString() local
/aosp_15_r20/development/tools/winscope/src/parsers/view_capture/perfetto/
H A Dhierarchy_tree_builder_vc.ts45 const rootId = assertDefined( constant
/aosp_15_r20/packages/apps/DocumentsUI/src/com/android/documentsui/roots/
DLoadFirstRootTask.java42 String rootId = null; in getRootId() local

12345678910>>...13