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()
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()
DCancelFromNotificationUiTest.java147 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()
DFileCopyUiTest.java205 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()
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()
DSearchViewUiTest.java66 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()
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()
DFileDeleteUiTest.java162 bots.roots.openRoot(ROOT_0_ID); in testDeleteAllDocument()
179 bots.roots.openRoot(ROOT_0_ID); in testDeleteAllDocument()
DFilesActivityDefaultsUiTest.java77 bots.roots.openRoot(rootDir0.title); in testNavigate_FromEmptyDirectory()
DDirectoryMessagesUiTest.java39 bots.roots.openRoot("Demo Root"); in setUp()
DInternalStorageUiTest.java58 bots.roots.openRoot(rootPrimary.title); in setUp()
/packages/apps/DocumentsUI/perf-tests/src/com/android/documentsui/
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()
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.java69 mActionHandler.openRoot(mResolveInfo); in onClicked()
94 mActionHandler.openRoot(mRootInfo); in onClicked()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DActionHandler.java92 void openRoot(RootInfo root); in openRoot() method
94 void openRoot(ResolveInfo app); in openRoot() method
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
DRootAndAppItem.java62 mActionHandler.openRoot(resolveInfo); in onActionClick()
DAppItem.java102 mActionHandler.openRoot(info); in open()
DRootItem.java139 mActionHandler.openRoot(root); in open()
/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
DActionHandler.java287 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/
DTestActionHandler.java67 public void openRoot(RootInfo root) { in openRoot() method in TestActionHandler
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DSidebarBot.java71 public void openRoot(String label) throws UiObjectNotFoundException { in openRoot() method in SidebarBot
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/
DActionHandlerTest.java524 mHandler.openRoot(TestResolveInfo.create()); in testOpenAppRoot()
534 mHandler.openRoot(TestResolveInfo.create()); in testOpenAppRootWithQueryContent_matchedContent()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
DAbstractActionHandlerTest.java79 public void openRoot(RootInfo root) { in setUp()
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DActionHandler.java192 public void openRoot(RootInfo root) { in openRoot() method in ActionHandler

12