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/
DDocumentsProviderHelper.java256 public DocumentInfo findDocument(String parentId, String name) throws Exception { in findDocument() method in DocumentsProviderHelper
266 public DocumentInfo findDocument(Uri parentUri, String name) throws Exception { in findDocument() method in DocumentsProviderHelper
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DGestureBot.java104 public UiObject findDocument(String label) throws UiObjectNotFoundException { in findDocument() method in GestureBot
DDirectoryListBot.java265 public UiObject findDocument(String label) throws UiObjectNotFoundException { in findDocument() method in DirectoryListBot