Home
last modified time | relevance | path

Searched refs:openRoot (Results 1 – 25 of 26) sorted by relevance

12

/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
H A DFilesActivityUiTest.java59 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 DCancelFromNotificationUiTest.java149 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 DFileManagementUiTest.java100 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 DFileCopyUiTest.java236 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 DArchiveUiTest.java30 bots.roots.openRoot("ResourcesProvider"); in testArchive_valid()
39 bots.roots.openRoot("ResourcesProvider"); in testArchive_invalid()
H A DSidebarUiTest.java47 bots.roots.openRoot(ROOT_0_ID); in testRootTapped_GoToRootFromChildDir()
57 bots.roots.openRoot(ROOT_1_ID); in testRootChanged_ClearSelection()
H A DIntegratedDownloadsUiTest.java50 bots.roots.openRoot("Downloads"); in testDownload_Queued()
61 bots.roots.openRoot("Downloads"); in testDownload_RetryUnsuccessful()
H A DSearchViewUiTest.java65 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 DFileDeleteUiTest.java162 bots.roots.openRoot(ROOT_0_ID); in testDeleteAllDocument()
179 bots.roots.openRoot(ROOT_0_ID); in testDeleteAllDocument()
H A DFilesActivityDefaultsUiTest.java52 bots.roots.openRoot(rootDir0.title); in testNavigate_FromEmptyDirectory()
H A DInternalStorageUiTest.java50 bots.roots.openRoot(rootPrimary.title); in setUp()
H A DDirectoryMessagesUiTest.java39 bots.roots.openRoot("Demo Root"); in setUp()
/aosp12/packages/apps/DocumentsUI/perf-tests/src/com/android/documentsui/
H A DFilesJankPerfTest.java81 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 DFilesActivityPerfTest.java117 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 DAppsRowItemData.java89 mActionHandler.openRoot(mResolveInfo, mUserId); in onClicked()
110 mActionHandler.openRoot(mRootInfo); in onClicked()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DActionHandler.java96 void openRoot(RootInfo root); in openRoot() method
98 void openRoot(ResolveInfo app, UserId userId); in openRoot() method
H A DAbstractActionHandler.java268 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 DRootAndAppItem.java66 mActionHandler.openRoot(resolveInfo, userId); in onActionClick()
H A DAppItem.java108 mActionHandler.openRoot(info, userId); in open()
H A DRootItem.java147 mActionHandler.openRoot(root); in open()
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestActionHandler.java74 public void openRoot(RootInfo root) { in openRoot() method in TestActionHandler
/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/
H A DActionHandlerTest.java528 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 DSidebarBot.java71 public void openRoot(String label) throws UiObjectNotFoundException { in openRoot() method in SidebarBot
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
H A DActionHandler.java261 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 DAbstractActionHandlerTest.java86 public void openRoot(RootInfo root) { in setUp()

12