OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:assertDocumentsPresent
(Results
1 - 7
of
7
) sorted by null
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
RenameDocumentUiTest.java
131
bots.directory.
assertDocumentsPresent
(fileName1);
148
bots.directory.
assertDocumentsPresent
(newName);
157
bots.directory.
assertDocumentsPresent
(fileName1);
158
bots.directory.
assertDocumentsPresent
(fileName2);
178
bots.directory.
assertDocumentsPresent
(fileName2);
FilesActivityUiTest.java
74
bots.directory.
assertDocumentsPresent
("file0.log", "file1.png", "file2.csv");
81
bots.directory.
assertDocumentsPresent
(
88
bots.directory.
assertDocumentsPresent
(childDir1);
ArchiveUiTest.java
33
bots.directory.
assertDocumentsPresent
("dir1", "dir2", "file1.txt");
IntegratedDownloadsUiTest.java
50
bots.directory.
assertDocumentsPresent
("Queued");
FileManagementUiTest.java
94
bots.directory.
assertDocumentsPresent
("file1.png");
SearchViewUiTest.java
107
bots.directory.
assertDocumentsPresent
(fileName1, fileName2);
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DirectoryListBot.java
72
public void
assertDocumentsPresent
(String... labels) throws UiObjectNotFoundException {
Completed in 616 milliseconds