/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() 102 bots.roots.openRoot(rootDir0.title); in testNavigate_inFixedLayout_whileHasSelection() 107 bots.roots.openRoot(rootDir1.title); in testNavigate_inFixedLayout_whileHasSelection() 128 bots.roots.openRoot("Images"); in testRootChange_UpdatesSortHeader() 130 bots.roots.openRoot("Videos"); in testRootChange_UpdatesSortHeader() 135 bots.roots.openRoot("Images"); in testRootChange_UpdatesSortHeader() 138 bots.roots.openRoot("Videos"); in testRootChange_UpdatesSortHeader() 141 bots.roots.openRoot("Videos"); in testRootChange_UpdatesSortHeader()
|
D | CancelFromNotificationUiTest.java | 147 bots.roots.openRoot(ROOT_0_ID); in testCopyDocument_Cancel() 166 bots.roots.openRoot(ROOT_0_ID); in testCopyDocument_CancelFromNotification() 176 bots.roots.openRoot(ROOT_1_ID); in testCopyDocument_CancelFromNotification() 188 bots.roots.openRoot(ROOT_1_ID); in testCopyDocument_CancelFromNotification() 192 bots.roots.openRoot(ROOT_0_ID); in testCopyDocument_CancelFromNotification() 199 bots.roots.openRoot(ROOT_0_ID); in testMoveDocument_Cancel() 218 bots.roots.openRoot(ROOT_0_ID); in testMoveDocument_CancelFromNotification() 228 bots.roots.openRoot(ROOT_1_ID); in testMoveDocument_CancelFromNotification() 240 bots.roots.openRoot(ROOT_1_ID); in testMoveDocument_CancelFromNotification() 244 bots.roots.openRoot(ROOT_0_ID); in testMoveDocument_CancelFromNotification()
|
D | FileCopyUiTest.java | 205 bots.roots.openRoot(label); in createDocuments() 231 bots.roots.openRoot(label); in deleteDocuments() 347 bots.roots.openRoot(sourceRoot); in copyFiles() 352 bots.roots.openRoot(targetRoot); in copyFiles() 369 bots.roots.openRoot(rootLabel); in assertFilesCopied() 390 bots.roots.openRoot(StubProvider.ROOT_0_ID); in testCopyDocuments_InternalStorage() 404 bots.roots.openRoot(mSdCardLabel); in testCopyDocuments_FromSdCard() 418 bots.roots.openRoot(mDeviceLabel); in testCopyDocuments_ToSdCard() 428 bots.roots.openRoot(StubProvider.ROOT_0_ID); in testCopyDocuments_documentsDisabled() 433 bots.roots.openRoot(StubProvider.ROOT_0_ID); in testCopyDocuments_documentsDisabled()
|
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 | SearchViewUiTest.java | 66 bots.roots.openRoot(ROOT_1_ID); // root 1 doesn't support search in testSearchIconHidden() 215 bots.roots.openRoot(ROOT_1_ID); in testSearchResultsFound_ClearsOnDirectoryChange() 219 bots.roots.openRoot(ROOT_0_ID); in testSearchResultsFound_ClearsOnDirectoryChange()
|
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 | FileDeleteUiTest.java | 162 bots.roots.openRoot(ROOT_0_ID); in testDeleteAllDocument() 179 bots.roots.openRoot(ROOT_0_ID); in testDeleteAllDocument()
|
D | FilesActivityDefaultsUiTest.java | 77 bots.roots.openRoot(rootDir0.title); in testNavigate_FromEmptyDirectory()
|
D | DirectoryMessagesUiTest.java | 39 bots.roots.openRoot("Demo Root"); in setUp()
|
D | InternalStorageUiTest.java | 58 bots.roots.openRoot(rootPrimary.title); in setUp()
|
/packages/apps/DocumentsUI/perf-tests/src/com/android/documentsui/ |
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()
|
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 | 69 mActionHandler.openRoot(mResolveInfo); in onClicked() 94 mActionHandler.openRoot(mRootInfo); in onClicked()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/ |
D | ActionHandler.java | 92 void openRoot(RootInfo root); in openRoot() method 94 void openRoot(ResolveInfo app); in openRoot() method
|
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/ |
D | RootAndAppItem.java | 62 mActionHandler.openRoot(resolveInfo); in onActionClick()
|
D | AppItem.java | 102 mActionHandler.openRoot(info); in open()
|
D | RootItem.java | 139 mActionHandler.openRoot(root); in open()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/picker/ |
D | ActionHandler.java | 287 public void openRoot(RootInfo root) { in openRoot() method in ActionHandler 294 public void openRoot(ResolveInfo info) { in openRoot() method in ActionHandler
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
D | TestActionHandler.java | 67 public void openRoot(RootInfo root) { in openRoot() method in TestActionHandler
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/ |
D | SidebarBot.java | 71 public void openRoot(String label) throws UiObjectNotFoundException { in openRoot() method in SidebarBot
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/ |
D | ActionHandlerTest.java | 524 mHandler.openRoot(TestResolveInfo.create()); in testOpenAppRoot() 534 mHandler.openRoot(TestResolveInfo.create()); in testOpenAppRootWithQueryContent_matchedContent()
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/ |
D | AbstractActionHandlerTest.java | 79 public void openRoot(RootInfo root) { in setUp()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/files/ |
D | ActionHandler.java | 192 public void openRoot(RootInfo root) { in openRoot() method in ActionHandler
|