/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/ |
H A 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()
|
H A D | TestRootProvider.java | 59 public TestRootProvider(String rootName, String rootId, int flags, String rootDocId) { in TestRootProvider()
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/roots/ |
H A D | LoadFirstRootTask.java | 42 String rootId = null; in getRootId() local
|
H A D | ProvidersAccess.java | 48 RootInfo getRootOneshot(UserId userId, String authority, String rootId); in getRootOneshot()
|
H A D | RootCursorWrapper.java | 51 public RootCursorWrapper(UserId userId, String authority, String rootId, Cursor cursor, in RootCursorWrapper()
|
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
H A D | TestDocumentsProvider.java | 89 public Cursor queryRecentDocuments(String rootId, String[] projection) { in queryRecentDocuments() 94 public Cursor querySearchDocuments(String rootId, String query, String[] projection) { in querySearchDocuments()
|
H A D | TestProvidersAccess.java | 260 public RootInfo getRootOneshot(UserId userId, String authority, String rootId) { in getRootOneshot()
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/ |
H A D | EjectRootTask.java | 48 String rootId, in EjectRootTask()
|
/aosp12/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/ |
H A D | ExternalStorageProvider.java | 90 public String rootId; field in ExternalStorageProvider.RootInfo 172 final String rootId; in updateVolumesLocked() local 608 public Cursor querySearchDocuments(String rootId, String[] projection, Bundle queryArgs) in querySearchDocuments() 622 public void ejectRoot(String rootId) { in ejectRoot()
|
H A D | TestDocumentsProvider.java | 295 public Cursor queryRecentDocuments(String rootId, String[] projection) in queryRecentDocuments()
|
/aosp12/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() 1107 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()
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/ |
H A D | LoadDocStackTask.java | 100 final String rootId = path.getRootId(); in buildStack() local
|
H A D | Metrics.java | 400 String rootId = getRootIdSafely(uri); in sanitizeRoot() local
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/ |
H A D | AvrcpNativeInterface.java | 158 void setBrowsedPlayerResponse(int playerId, boolean success, String rootId, int numItems) { in setBrowsedPlayerResponse() 265 int playerId, boolean success, String rootId, int numItems); in setBrowsedPlayerResponseNative()
|
/aosp12/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/browse/ |
H A D | MediaItemsRepository.java | 197 String rootId = mBrowsingState.mBrowser.getRoot(); in onMediaBrowsingStateChanged() local
|
/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
H A D | DownloadStorageProvider.java | 184 final String rootId = (parentDocId == null) ? DOC_ID_ROOT : null; in findDocumentPath() local 370 public Cursor queryRecentDocuments(String rootId, String[] projection, in queryRecentDocuments() 440 public Cursor querySearchDocuments(String rootId, String[] projection, Bundle queryArgs) in querySearchDocuments()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DisplayAreaPolicyBuilder.java | 262 final int rootId = displayAreaHierarchy.mRoot.mFeatureId; in validateIds() local 356 final int rootId = options.getInt(KEY_ROOT_DISPLAY_AREA_ID); in apply() local
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/base/ |
H A D | RootInfo.java | 93 public String rootId; field in RootInfo
|
/aosp12/frameworks/base/core/java/android/os/storage/ |
H A D | StorageVolume.java | 456 final String rootId = isEmulated() in createOpenDocumentTreeIntent() local
|
/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/ |
H A D | ActionHandlerTest.java | 242 String rootId = TestProvidersAccess.NO_TREE_ROOT.rootId; in testInitLocation_DefaultToDeviceRoot_ActionOpenTree_RootDoesNotSupportChildren() local
|
/aosp12/frameworks/base/media/java/android/service/media/ |
H A D | MediaBrowserService.java | 839 public BrowserRoot(@NonNull String rootId, @Nullable Bundle extras) { in BrowserRoot()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/audio_util/ |
H A D | MediaPlayerList.java | 117 void run(int playerId, boolean success, String rootId, int numItems); in run()
|
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/ |
H A D | MediaDocumentsProvider.java | 833 public Cursor queryRecentDocuments(String rootId, String[] projection, in queryRecentDocuments() 897 public Cursor querySearchDocuments(String rootId, String[] projection, Bundle queryArgs) in querySearchDocuments()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |