HomeSort by relevance Sort by last modified time
    Searched refs:openRoot (Results 1 - 19 of 19) sorted by null

  /packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
FilesActivityUiTest.java 57 bots.roots.openRoot("Recent");
62 bots.roots.openRoot("Images");
69 bots.roots.openRoot("Demo Root");
105 bots.roots.openRoot(rootDir0.title);
110 bots.roots.openRoot(rootDir1.title);
130 bots.roots.openRoot("Images");
132 bots.roots.openRoot("Videos");
137 bots.roots.openRoot("Images");
140 bots.roots.openRoot("Videos");
143 bots.roots.openRoot("Videos")
    [all...]
ArchiveUiTest.java 30 bots.roots.openRoot("ResourcesProvider");
39 bots.roots.openRoot("ResourcesProvider");
SidebarUiTest.java 45 bots.roots.openRoot(ROOT_0_ID);
55 bots.roots.openRoot(ROOT_1_ID);
IntegratedDownloadsUiTest.java 49 bots.roots.openRoot("Downloads");
60 bots.roots.openRoot("Downloads");
FileManagementUiTest.java 97 bots.roots.openRoot(ROOT_1_ID);
103 bots.roots.openRoot(ROOT_0_ID);
114 bots.roots.openRoot(ROOT_1_ID);
119 bots.roots.openRoot(ROOT_0_ID);
151 bots.roots.openRoot(ROOT_0_ID);
161 bots.roots.openRoot(ROOT_0_ID);
SearchViewUiTest.java 53 bots.roots.openRoot(ROOT_1_ID); // root 1 doesn't support search
157 bots.roots.openRoot(ROOT_1_ID);
161 bots.roots.openRoot(ROOT_0_ID);
FilesActivityDefaultsUiTest.java 61 bots.roots.openRoot(rootDir0.title);
  /packages/apps/DocumentsUI/perf-tests/src/com/android/documentsui/
FilesJankPerfTest.java 81 openRoot();
84 public void openRoot() throws Exception {
85 mRootsListBot.openRoot(STRESS_ROOT_2_ID);
91 openRoot();
FilesActivityPerfTest.java 117 bots.roots.openRoot(STRESS_ROOT_1_ID);
126 bots.roots.openRoot(STRESS_ROOT_0_ID);
  /packages/apps/DocumentsUI/src/com/android/documentsui/
ActionHandler.java 90 void openRoot(RootInfo root);
92 void openRoot(ResolveInfo app);
AbstractActionHandler.java 248 public void openRoot(ResolveInfo app) {
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
TestActionHandler.java 66 public void openRoot(RootInfo root) {
  /packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
AppItem.java 84 mActionHandler.openRoot(info);
RootItem.java 105 mActionHandler.openRoot(root);
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
SidebarBot.java 69 public void openRoot(String label) throws UiObjectNotFoundException {
  /packages/apps/DocumentsUI/src/com/android/documentsui/picker/
ActionHandler.java 229 public void openRoot(RootInfo root) {
235 public void openRoot(ResolveInfo info) {
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
AbstractActionHandlerTest.java 75 public void openRoot(RootInfo root) {
  /packages/apps/DocumentsUI/src/com/android/documentsui/files/
ActionHandler.java 184 public void openRoot(RootInfo root) {
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/
ActionHandlerTest.java 463 mHandler.openRoot(TestResolveInfo.create());

Completed in 683 milliseconds