/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/ |
H A D | FilesActivityUiTest.java | 59 bots.roots.openRoot("Recent"); in testClickRecent() 71 bots.roots.openRoot("Images"); in testRootClick_SetsWindowTitle() 101 bots.roots.openRoot(rootDir0.title); in testNavigate_inFixedLayout_whileHasSelection() 106 bots.roots.openRoot(rootDir1.title); in testNavigate_inFixedLayout_whileHasSelection() 127 bots.roots.openRoot("Images"); in testRootChange_UpdatesSortHeader() 129 bots.roots.openRoot("Videos"); in testRootChange_UpdatesSortHeader() 134 bots.roots.openRoot("Images"); in testRootChange_UpdatesSortHeader() 137 bots.roots.openRoot("Videos"); in testRootChange_UpdatesSortHeader() 140 bots.roots.openRoot("Videos"); in testRootChange_UpdatesSortHeader()
|
H A D | CancelFromNotificationUiTest.java | 149 bots.roots.openRoot(ROOT_0_ID); in testCopyDocument_Cancel() 168 bots.roots.openRoot(ROOT_0_ID); in testCopyDocument_CancelFromNotification() 178 bots.roots.openRoot(ROOT_1_ID); in testCopyDocument_CancelFromNotification() 190 bots.roots.openRoot(ROOT_1_ID); in testCopyDocument_CancelFromNotification() 194 bots.roots.openRoot(ROOT_0_ID); in testCopyDocument_CancelFromNotification() 201 bots.roots.openRoot(ROOT_0_ID); in testMoveDocument_Cancel() 223 bots.roots.openRoot(ROOT_0_ID); in ignored_testMoveDocument_CancelFromNotification() 233 bots.roots.openRoot(ROOT_1_ID); in ignored_testMoveDocument_CancelFromNotification() 245 bots.roots.openRoot(ROOT_1_ID); in ignored_testMoveDocument_CancelFromNotification() 249 bots.roots.openRoot(ROOT_0_ID); in ignored_testMoveDocument_CancelFromNotification()
|
H A D | FileManagementUiTest.java | 100 bots.roots.openRoot(ROOT_1_ID); in testKeyboard_CutDocument() 106 bots.roots.openRoot(ROOT_0_ID); in testKeyboard_CutDocument() 118 bots.roots.openRoot(ROOT_1_ID); in testKeyboard_CopyDocument() 123 bots.roots.openRoot(ROOT_0_ID); in testKeyboard_CopyDocument() 156 bots.roots.openRoot(ROOT_0_ID); in testCopyLargeAmountOfFiles() 166 bots.roots.openRoot(ROOT_0_ID); in testCopyLargeAmountOfFiles()
|
H A D | FileCopyUiTest.java | 236 bots.roots.openRoot(label); in createDocuments() 262 bots.roots.openRoot(label); in deleteDocuments() 382 bots.roots.openRoot(sourceRoot); in copyFiles() 387 bots.roots.openRoot(targetRoot); in copyFiles() 404 bots.roots.openRoot(rootLabel); in assertFilesCopied() 425 bots.roots.openRoot(StubProvider.ROOT_0_ID); in testCopyDocuments_InternalStorage() 442 bots.roots.openRoot(mSdCardLabel); in ignored_testCopyDocuments_FromSdCard() 459 bots.roots.openRoot(mDeviceLabel); in ignored_testCopyDocuments_ToSdCard() 469 bots.roots.openRoot(StubProvider.ROOT_0_ID); in testCopyDocuments_documentsDisabled() 474 bots.roots.openRoot(StubProvider.ROOT_0_ID); in testCopyDocuments_documentsDisabled() [all …]
|
H A D | ArchiveUiTest.java | 30 bots.roots.openRoot("ResourcesProvider"); in testArchive_valid() 39 bots.roots.openRoot("ResourcesProvider"); in testArchive_invalid()
|
H A D | SidebarUiTest.java | 47 bots.roots.openRoot(ROOT_0_ID); in testRootTapped_GoToRootFromChildDir() 57 bots.roots.openRoot(ROOT_1_ID); in testRootChanged_ClearSelection()
|
H A D | IntegratedDownloadsUiTest.java | 50 bots.roots.openRoot("Downloads"); in testDownload_Queued() 61 bots.roots.openRoot("Downloads"); in testDownload_RetryUnsuccessful()
|
H A D | SearchViewUiTest.java | 65 bots.roots.openRoot(ROOT_1_ID); // root 1 doesn't support search in testSearchIconHidden() 225 bots.roots.openRoot(ROOT_1_ID); in testSearchResultsFound_ClearsOnDirectoryChange() 229 bots.roots.openRoot(ROOT_0_ID); in testSearchResultsFound_ClearsOnDirectoryChange()
|
H A D | FileDeleteUiTest.java | 162 bots.roots.openRoot(ROOT_0_ID); in testDeleteAllDocument() 179 bots.roots.openRoot(ROOT_0_ID); in testDeleteAllDocument()
|
H A D | FilesActivityDefaultsUiTest.java | 52 bots.roots.openRoot(rootDir0.title); in testNavigate_FromEmptyDirectory()
|
H A D | InternalStorageUiTest.java | 50 bots.roots.openRoot(rootPrimary.title); in setUp()
|
H A D | DirectoryMessagesUiTest.java | 39 bots.roots.openRoot("Demo Root"); in setUp()
|
/aosp12/packages/apps/DocumentsUI/perf-tests/src/com/android/documentsui/ |
H A D | FilesJankPerfTest.java | 81 openRoot(); in setupAndOpenInLoop() 84 public void openRoot() throws Exception { in openRoot() method in FilesJankPerfTest 85 mRootsListBot.openRoot(STRESS_ROOT_2_ID); in openRoot() 91 openRoot(); in testOpenRootJankPerformance()
|
H A D | FilesActivityPerfTest.java | 117 bots.roots.openRoot(STRESS_ROOT_1_ID); in testFilesListedPerformance() 126 bots.roots.openRoot(STRESS_ROOT_0_ID); in testFilesListedPerformance()
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/ |
H A D | AppsRowItemData.java | 89 mActionHandler.openRoot(mResolveInfo, mUserId); in onClicked() 110 mActionHandler.openRoot(mRootInfo); in onClicked()
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/ |
H A D | ActionHandler.java | 96 void openRoot(RootInfo root); in openRoot() method 98 void openRoot(ResolveInfo app, UserId userId); in openRoot() method
|
H A D | AbstractActionHandler.java | 268 public void openRoot(ResolveInfo app, UserId userId) { in openRoot() method in AbstractActionHandler 729 openRoot(mProviders.getRecentsRoot(selectedUser)); in loadCrossProfileRoot() 754 openRoot(root); in onRootLoaded()
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/ |
H A D | RootAndAppItem.java | 66 mActionHandler.openRoot(resolveInfo, userId); in onActionClick()
|
H A D | AppItem.java | 108 mActionHandler.openRoot(info, userId); in open()
|
H A D | RootItem.java | 147 mActionHandler.openRoot(root); in open()
|
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
H A D | TestActionHandler.java | 74 public void openRoot(RootInfo root) { in openRoot() method in TestActionHandler
|
/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/ |
H A D | ActionHandlerTest.java | 528 mHandler.openRoot(TestResolveInfo.create(), TestProvidersAccess.USER_ID); in testOpenAppRoot() 536 mHandler.openRoot(info, TestProvidersAccess.OtherUser.USER_ID); in testOpenAppRoot_otherUser() 562 mHandler.openRoot(info, TestProvidersAccess.USER_ID); in testOpenAppRoot_removeFlagsAddForwardResult() 582 mHandler.openRoot(TestResolveInfo.create(), TestProvidersAccess.USER_ID); in testOpenAppRootWithQueryContent_matchedContent() 592 mHandler.openRoot(TestResolveInfo.create(), TestProvidersAccess.OtherUser.USER_ID); in testOpenAppRoot_doesNotHappen_differentUser()
|
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/ |
H A D | SidebarBot.java | 71 public void openRoot(String label) throws UiObjectNotFoundException { in openRoot() method in SidebarBot
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/picker/ |
H A D | ActionHandler.java | 261 public void openRoot(RootInfo root) { in openRoot() method in ActionHandler 268 public void openRoot(ResolveInfo info, UserId userId) { in openRoot() method in ActionHandler
|
/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/ |
H A D | AbstractActionHandlerTest.java | 86 public void openRoot(RootInfo root) { in setUp()
|