Home
last modified time | relevance | path

Searched refs:bots (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
DRenameDocumentUiTest.java38 bots.directory.selectDocument(fileName1); in testRenameEnabled_SingleSelection()
39 bots.main.openOverflowMenu(); in testRenameEnabled_SingleSelection()
40 bots.main.assertMenuEnabled(R.string.menu_rename, true); in testRenameEnabled_SingleSelection()
47 bots.directory.selectDocument(fileNameNoRename); in testNoRenameSupport_SingleSelection()
48 bots.main.openOverflowMenu(); in testNoRenameSupport_SingleSelection()
49 bots.main.assertMenuEnabled(R.string.menu_rename, false); in testNoRenameSupport_SingleSelection()
56 bots.directory.selectDocument(fileName1); in testOneHasRenameSupport_MultipleSelection()
57 bots.directory.selectDocument(fileNameNoRename); in testOneHasRenameSupport_MultipleSelection()
58 bots.main.openOverflowMenu(); in testOneHasRenameSupport_MultipleSelection()
59 bots.main.assertMenuEnabled(R.string.menu_rename, false); in testOneHasRenameSupport_MultipleSelection()
[all …]
DFilesActivityUiTest.java65 bots.roots.assertRootsPresent( in testRootsListed()
75 bots.roots.assertRootsPresent("Documents"); in testRootsListed()
77 bots.roots.assertRootsAbsent("Documents"); in testRootsListed()
84 bots.roots.openRoot(ROOT_0_ID); in testFilesListed()
85 bots.directory.assertDocumentsPresent("file0.log", "file1.png", "file2.csv"); in testFilesListed()
92 bots.main.assertWindowTitle("Downloads"); in testLoadsDownloadsDirectoryByDefault()
98 bots.roots.openRoot("Downloads"); in testRootClickSetsWindowTitle()
99 bots.main.assertWindowTitle("Downloads"); in testRootClickSetsWindowTitle()
105 bots.roots.openRoot(ROOT_0_ID); in testFilesList_LiveUpdate()
108 bots.directory.waitForDocument("Ham & Cheese.sandwich"); in testFilesList_LiveUpdate()
[all …]
DSearchViewUiTest.java34 bots.main.openSearchView(); in testSearchView_ExpandsOnClick()
35 bots.main.assertSearchTextFiledAndIcon(true, false); in testSearchView_ExpandsOnClick()
39 bots.main.openSearchView(); in testSearchView_CollapsesOnBack()
43 bots.main.assertSearchTextFiledAndIcon(false, true); in testSearchView_CollapsesOnBack()
49 bots.main.openSearchView(); in testSearchView_ClearsTextOnBack()
50 bots.main.setSearchQuery(query); in testSearchView_ClearsTextOnBack()
54 bots.main.assertSearchTextFiledAndIcon(false, true); in testSearchView_ClearsTextOnBack()
63 bots.main.openSearchView(); in testSearch_ResultsFound()
64 bots.main.setSearchQuery(query); in testSearch_ResultsFound()
65 bots.main.assertSearchTextField(true, query); in testSearch_ResultsFound()
[all …]
DRootsUiTest.java41 bots.directory.openDocument(dirName1); in testRootTapped_GoToRootFromChildDir()
42 bots.main.assertWindowTitle(dirName1); in testRootTapped_GoToRootFromChildDir()
43 bots.roots.openRoot(ROOT_0_ID); in testRootTapped_GoToRootFromChildDir()
44 bots.main.assertWindowTitle(ROOT_0_ID); in testRootTapped_GoToRootFromChildDir()
50 bots.directory.selectDocument(fileName1); in testRootChanged_ClearSelection()
51 bots.main.assertInActionMode(true); in testRootChanged_ClearSelection()
53 bots.roots.openRoot(ROOT_1_ID); in testRootChanged_ClearSelection()
54 bots.main.assertInActionMode(false); in testRootChanged_ClearSelection()
DActivityTest.java40 import com.android.documentsui.bots.DirectoryListBot;
41 import com.android.documentsui.bots.KeyboardBot;
42 import com.android.documentsui.bots.RootsListBot;
43 import com.android.documentsui.bots.UiBot;
64 public Bots bots; field in ActivityTest
112 bots = new Bots(device, context, TIMEOUT); in setUp()
160 bots.directory.assertDocumentsCount(4); in assertDefaultContentOfTestDir0()
161 bots.directory.assertDocumentsPresent(fileName1, fileName2, dirName1, fileNameNoRename); in assertDefaultContentOfTestDir0()
165 bots.directory.assertDocumentsCount(2); in assertDefaultContentOfTestDir1()
166 bots.directory.assertDocumentsPresent(fileName3, fileName4); in assertDefaultContentOfTestDir1()
/frameworks/base/packages/DocumentsUI/perf-tests/src/com/android/documentsui/
DFilesJankPerfTest.java37 import com.android.documentsui.bots.RootsListBot;
38 import com.android.documentsui.bots.DirectoryListBot;
DFilesActivityPerfTest.java118 bots.roots.openRoot(STRESS_ROOT_1_ID); in testFilesListedPerformance()
127 bots.roots.openRoot(STRESS_ROOT_0_ID); in testFilesListedPerformance()
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/bots/
DKeyboardBot.java17 package com.android.documentsui.bots;
DBaseBot.java17 package com.android.documentsui.bots;
DRootsListBot.java17 package com.android.documentsui.bots;
DDirectoryListBot.java17 package com.android.documentsui.bots;
DUiBot.java17 package com.android.documentsui.bots;
/frameworks/base/packages/DocumentsUI/perf-tests/
DAndroid.mk8 $(call all-java-files-under, ../tests/src/com/android/documentsui/bots) \
/frameworks/base/docs/html/training/articles/
Duser-data-ids.jd44 Identifying bots and DDoS attacks</a></li>
694 Identifying bots and DDoS attacks</h3>