Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DDirectoryListBot.java269 public UiObject findDocument(String label) throws UiObjectNotFoundException { in findDocument() method in DirectoryListBot
273 public UiObject findDocument(String label, boolean withScroll) in findDocument() method in DirectoryListBot
DGestureBot.java104 public UiObject findDocument(String label) throws UiObjectNotFoundException { in findDocument() method in GestureBot
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DDocumentsProviderHelper.java260 public DocumentInfo findDocument(String parentId, String name) throws Exception { in findDocument() method in DocumentsProviderHelper
270 public DocumentInfo findDocument(Uri parentUri, String name) throws Exception { in findDocument() method in DocumentsProviderHelper