OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bots
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
SearchViewUiTest.java
34
bots
.main.openSearchView();
35
bots
.main.assertSearchTextFiledAndIcon(true, false);
39
bots
.main.openSearchView();
43
bots
.main.assertSearchTextFiledAndIcon(false, true);
49
bots
.main.openSearchView();
50
bots
.main.setSearchQuery(query);
54
bots
.main.assertSearchTextFiledAndIcon(false, true);
63
bots
.main.openSearchView();
64
bots
.main.setSearchQuery(query);
65
bots
.main.assertSearchTextField(true, query)
[
all
...]
RenameDocumentUiTest.java
38
bots
.directory.selectDocument(fileName1);
39
bots
.main.openOverflowMenu();
40
bots
.main.assertMenuEnabled(R.string.menu_rename, true);
47
bots
.directory.selectDocument(fileNameNoRename);
48
bots
.main.openOverflowMenu();
49
bots
.main.assertMenuEnabled(R.string.menu_rename, false);
56
bots
.directory.selectDocument(fileName1);
57
bots
.directory.selectDocument(fileNameNoRename);
58
bots
.main.openOverflowMenu();
59
bots
.main.assertMenuEnabled(R.string.menu_rename, false)
[
all
...]
FilesActivityUiTest.java
65
bots
.roots.assertRootsPresent(
75
bots
.roots.assertRootsPresent("Documents");
77
bots
.roots.assertRootsAbsent("Documents");
84
bots
.roots.openRoot(ROOT_0_ID);
85
bots
.directory.assertDocumentsPresent("file0.log", "file1.png", "file2.csv");
92
bots
.main.assertWindowTitle("Downloads");
98
bots
.roots.openRoot("Downloads");
99
bots
.main.assertWindowTitle("Downloads");
105
bots
.roots.openRoot(ROOT_0_ID);
108
bots
.directory.waitForDocument("Ham & Cheese.sandwich")
[
all
...]
ActivityTest.java
40
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 class:ActivityTest
112
bots
= new
Bots
(device, context, TIMEOUT);
160
bots
.directory.assertDocumentsCount(4);
161
bots
.directory.assertDocumentsPresent(fileName1, fileName2, dirName1, fileNameNoRename)
[
all
...]
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/bots/
KeyboardBot.java
17
package com.android.documentsui.
bots
;
BaseBot.java
17
package com.android.documentsui.
bots
;
RootsListBot.java
17
package com.android.documentsui.
bots
;
DirectoryListBot.java
17
package com.android.documentsui.
bots
;
UiBot.java
17
package com.android.documentsui.
bots
;
43
* in the respective
bots
.
Completed in 1449 milliseconds