Home
last modified time | relevance | path

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

12

/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
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()
DCancelFromNotificationUiTest.java151 bots.roots.openRoot(ROOT_0_ID); in testCopyDocument_Cancel()
170 bots.roots.openRoot(ROOT_0_ID); in testCopyDocument_CancelFromNotification()
180 bots.roots.openRoot(ROOT_1_ID); in testCopyDocument_CancelFromNotification()
192 bots.roots.openRoot(ROOT_1_ID); in testCopyDocument_CancelFromNotification()
196 bots.roots.openRoot(ROOT_0_ID); in testCopyDocument_CancelFromNotification()
203 bots.roots.openRoot(ROOT_0_ID); in testMoveDocument_Cancel()
225 bots.roots.openRoot(ROOT_0_ID); in ignored_testMoveDocument_CancelFromNotification()
235 bots.roots.openRoot(ROOT_1_ID); in ignored_testMoveDocument_CancelFromNotification()
247 bots.roots.openRoot(ROOT_1_ID); in ignored_testMoveDocument_CancelFromNotification()
251 bots.roots.openRoot(ROOT_0_ID); in ignored_testMoveDocument_CancelFromNotification()
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()
DFileCopyUiTest.java244 bots.roots.openRoot(label); in createDocuments()
270 bots.roots.openRoot(label); in deleteDocuments()
390 bots.roots.openRoot(sourceRoot); in copyFiles()
395 bots.roots.openRoot(targetRoot); in copyFiles()
412 bots.roots.openRoot(rootLabel); in assertFilesCopied()
433 bots.roots.openRoot(StubProvider.ROOT_0_ID); in ignored_testCopyDocuments_InternalStorage()
450 bots.roots.openRoot(mSdCardLabel); in ignored_testCopyDocuments_FromSdCard()
467 bots.roots.openRoot(mDeviceLabel); in ignored_testCopyDocuments_ToSdCard()
477 bots.roots.openRoot(StubProvider.ROOT_0_ID); in ignored_testCopyDocuments_documentsDisabled()
482 bots.roots.openRoot(StubProvider.ROOT_0_ID); in ignored_testCopyDocuments_documentsDisabled()
[all …]
DArchiveUiTest.java30 bots.roots.openRoot("ResourcesProvider"); in testArchive_valid()
39 bots.roots.openRoot("ResourcesProvider"); in testArchive_invalid()
DSidebarUiTest.java47 bots.roots.openRoot(ROOT_0_ID); in testRootTapped_GoToRootFromChildDir()
57 bots.roots.openRoot(ROOT_1_ID); in testRootChanged_ClearSelection()
DIntegratedDownloadsUiTest.java50 bots.roots.openRoot("Downloads"); in testDownload_Queued()
61 bots.roots.openRoot("Downloads"); in testDownload_RetryUnsuccessful()
DSearchViewUiTest.java64 bots.roots.openRoot(ROOT_1_ID); // root 1 doesn't support search in testSearchIconHidden()
224 bots.roots.openRoot(ROOT_1_ID); in testSearchResultsFound_ClearsOnDirectoryChange()
228 bots.roots.openRoot(ROOT_0_ID); in testSearchResultsFound_ClearsOnDirectoryChange()
DFileDeleteUiTest.java164 bots.roots.openRoot(ROOT_0_ID); in testDeleteAllDocument()
181 bots.roots.openRoot(ROOT_0_ID); in testDeleteAllDocument()
DFilesActivityDefaultsUiTest.java51 bots.roots.openRoot(rootDir0.title); in testNavigate_FromEmptyDirectory()
DInternalStorageUiTest.java50 bots.roots.openRoot(rootPrimary.title); in setUp()
DDirectoryMessagesUiTest.java39 bots.roots.openRoot("Demo Root"); in setUp()
/packages/apps/DocumentsUI/perf-tests/src/com/android/documentsui/
DFilesJankPerfTest.java78 openRoot(); in setupAndOpenInLoop()
81 public void openRoot() throws Exception { in openRoot() method in FilesJankPerfTest
82 mRootsListBot.openRoot(STRESS_ROOT_2_ID); in openRoot()
88 openRoot(); in testOpenRootJankPerformance()
DFilesActivityPerfTest.java117 bots.roots.openRoot(STRESS_ROOT_1_ID); in testFilesListedPerformance()
126 bots.roots.openRoot(STRESS_ROOT_0_ID); in testFilesListedPerformance()
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DAppsRowItemData.java89 mActionHandler.openRoot(mResolveInfo, mUserId); in onClicked()
110 mActionHandler.openRoot(mRootInfo); in onClicked()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DActionHandler.java96 void openRoot(RootInfo root); in openRoot() method
98 void openRoot(ResolveInfo app, UserId userId); in openRoot() method
DAbstractActionHandler.java269 public void openRoot(ResolveInfo app, UserId userId) { in openRoot() method in AbstractActionHandler
731 openRoot(mProviders.getRecentsRoot(selectedUser)); in loadCrossProfileRoot()
756 openRoot(root); in onRootLoaded()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/
DActionHandlerTest.java557 mHandler.openRoot(TestResolveInfo.create(), TestProvidersAccess.USER_ID); in testOpenAppRoot()
569 mHandler.openRoot(info, TestProvidersAccess.OtherUser.USER_ID); in testOpenAppRoot_otherUser()
595 mHandler.openRoot(info, TestProvidersAccess.USER_ID); in testOpenAppRoot_removeFlagsAddForwardResult()
615 mHandler.openRoot(TestResolveInfo.create(), TestProvidersAccess.USER_ID); in testOpenAppRootWithQueryContent_matchedContent()
625 mHandler.openRoot(TestResolveInfo.create(), TestProvidersAccess.OtherUser.USER_ID); in testOpenAppRoot_doesNotHappen_differentUser()
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
DRootAndAppItem.java66 mActionHandler.openRoot(resolveInfo, userId); in onActionClick()
DAppItem.java108 mActionHandler.openRoot(info, userId); in open()
DRootItem.java147 mActionHandler.openRoot(root); in open()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestActionHandler.java74 public void openRoot(RootInfo root) { in openRoot() method in TestActionHandler
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DSidebarBot.java72 public void openRoot(String label) throws UiObjectNotFoundException { in openRoot() method in SidebarBot
/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
DActionHandler.java345 public void openRoot(RootInfo root) { in openRoot() method in ActionHandler
352 public void openRoot(ResolveInfo info, UserId userId) { in openRoot() method in ActionHandler
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DActionHandler.java193 public void openRoot(RootInfo root) { in openRoot() method in ActionHandler

12