/aosp_15_r20/packages/apps/DocumentsUI/tests/common/com/android/documentsui/ |
D | StubProvider.java | 151 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 D | LoginActivity.java | 110 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 D | LoginActivityTest.java | 240 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 D | ChildlessActivityTest.java | 312 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 D | ExternalStorageProvider.java | 108 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 D | DocumentsProvider.java | 472 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 D | DocumentsContract.java | 919 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/ |
D | ExternalStorageProvider.jar | META-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/ |
D | ExternalStorageProvider.jar | com/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/ |
D | ExternalStorageProvider.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/out/target/common/obj/APPS/ExternalStorageProvider_intermediates/ |
D | classes.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | RecursiveStringArrayResourceResolver.java | 76 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 D | MyDocumentsProvider.java | 331 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/ |
D | TestDocumentsProvider.java | 90 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 D | MyCloudProvider.java | 154 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/ |
D | MyCloudProvider.java | 154 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 D | MyCloudProvider.java | 154 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/ |
D | MediaBrowserWrapper.java | 70 void run(String rootId); in run() 123 String rootId = mWrappedBrowser.getRoot(); in getRootId() local
|
D | MediaPlayerList.java | 121 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 D | DocumentsContractTest.java | 132 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/ |
D | AvrcpNativeInterface.java | 182 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/ |
D | DownloadStorageProvider.java | 184 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 D | LayerHierarchy.cpp | 552 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 D | hierarchy_tree_builder_vc.ts | 45 const rootId = assertDefined( constant
|
/aosp_15_r20/packages/apps/DocumentsUI/src/com/android/documentsui/roots/ |
D | LoadFirstRootTask.java | 42 String rootId = null; in getRootId() local
|