/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/ |
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()
|
D | CancelFromNotificationUiTest.java | 151 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()
|
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()
|
D | FileCopyUiTest.java | 244 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 …]
|
D | ArchiveUiTest.java | 30 bots.roots.openRoot("ResourcesProvider"); in testArchive_valid() 39 bots.roots.openRoot("ResourcesProvider"); in testArchive_invalid()
|
D | SidebarUiTest.java | 47 bots.roots.openRoot(ROOT_0_ID); in testRootTapped_GoToRootFromChildDir() 57 bots.roots.openRoot(ROOT_1_ID); in testRootChanged_ClearSelection()
|
D | IntegratedDownloadsUiTest.java | 50 bots.roots.openRoot("Downloads"); in testDownload_Queued() 61 bots.roots.openRoot("Downloads"); in testDownload_RetryUnsuccessful()
|
D | SearchViewUiTest.java | 64 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()
|
D | FileDeleteUiTest.java | 164 bots.roots.openRoot(ROOT_0_ID); in testDeleteAllDocument() 181 bots.roots.openRoot(ROOT_0_ID); in testDeleteAllDocument()
|
D | FilesActivityDefaultsUiTest.java | 51 bots.roots.openRoot(rootDir0.title); in testNavigate_FromEmptyDirectory()
|
D | InternalStorageUiTest.java | 50 bots.roots.openRoot(rootPrimary.title); in setUp()
|
D | DirectoryMessagesUiTest.java | 39 bots.roots.openRoot("Demo Root"); in setUp()
|
/packages/apps/DocumentsUI/perf-tests/src/com/android/documentsui/ |
D | FilesJankPerfTest.java | 78 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()
|
D | FilesActivityPerfTest.java | 117 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/ |
D | AppsRowItemData.java | 89 mActionHandler.openRoot(mResolveInfo, mUserId); in onClicked() 110 mActionHandler.openRoot(mRootInfo); in onClicked()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/ |
D | ActionHandler.java | 96 void openRoot(RootInfo root); in openRoot() method 98 void openRoot(ResolveInfo app, UserId userId); in openRoot() method
|
D | AbstractActionHandler.java | 269 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/ |
D | ActionHandlerTest.java | 557 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/ |
D | RootAndAppItem.java | 66 mActionHandler.openRoot(resolveInfo, userId); in onActionClick()
|
D | AppItem.java | 108 mActionHandler.openRoot(info, userId); in open()
|
D | RootItem.java | 147 mActionHandler.openRoot(root); in open()
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
D | TestActionHandler.java | 74 public void openRoot(RootInfo root) { in openRoot() method in TestActionHandler
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/ |
D | SidebarBot.java | 72 public void openRoot(String label) throws UiObjectNotFoundException { in openRoot() method in SidebarBot
|
/packages/apps/DocumentsUI/src/com/android/documentsui/picker/ |
D | ActionHandler.java | 345 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/ |
D | ActionHandler.java | 193 public void openRoot(RootInfo root) { in openRoot() method in ActionHandler
|