Searched defs:findDocument (Results 1 - 3 of 3) sorted by relevance

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
H A DDocumentsProviderHelper.java241 public DocumentInfo findDocument(String parentId, String name) throws Exception { method in class:DocumentsProviderHelper
251 public DocumentInfo findDocument(Uri parentUri, String name) throws Exception { method in class:DocumentsProviderHelper
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
H A DDirectoryListBot.java75 if (!findDocument(label).exists()) {
88 if (findDocument(label).exists()) {
146 UiObject doc = findDocument(label);
152 findDocument(label).click();
209 findDocument(label).waitForExists(mTimeout);
212 public UiObject findDocument(String label) throws UiObjectNotFoundException { method in class:DirectoryListBot
226 if (!findDocument(label).exists()) {
277 Rect startCoord = findDocument(label).getBounds();
339 final UiObject firstObj = findDocument(first);
340 final UiObject secondObj = findDocument(secon
[all...]
H A DGestureBot.java58 Rect startCoord = findDocument(startLabel).getBounds();
59 Rect endCoord = findDocument(endLabel).getBounds();
90 public UiObject findDocument(String label) throws UiObjectNotFoundException { method in class:GestureBot

Completed in 79 milliseconds