HomeSort by relevance Sort by last modified time
    Searched refs:findDocument (Results 1 - 5 of 5) sorted by null

  /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/bots/
DirectoryListBot.java 64 if (!findDocument(label).exists()) {
77 if (findDocument(label).exists()) {
117 UiObject doc = findDocument(label);
123 findDocument(label).click();
127 UiObject doc = findDocument(label);
146 findDocument(label).waitForExists(mTimeout);
149 public UiObject findDocument(String label) throws UiObjectNotFoundException {
163 if (!findDocument(label).exists()) {
  /cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DocumentsClientTest.java 66 private UiObject findDocument(String label) throws UiObjectNotFoundException {
113 findDocument("VIRTUAL_FILE").click();
118 findDocument("FILE1").click();
145 findDocument("VIRTUAL_FILE").click();
212 findDocument("FILE2").click();
214 findDocument("FILE1").click();
235 findDocument("DIR2").click();
335 findDocument("DIR2").click();
  /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/services/
AbstractCopyJobTest.java 99 DocumentInfo dir1Copy = mDocs.findDocument(mDestRoot.documentId, "dir1");
105 DocumentInfo dir2Copy = mDocs.findDocument(dir1Copy.documentId, "dir2");
  /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
DocumentsProviderHelper.java 235 public DocumentInfo findDocument(String parentId, String name) throws Exception {
245 public DocumentInfo findDocument(Uri parentUri, String name) throws Exception {
FilesActivityUiTest.java 212 UiObject doc = bots.directory.findDocument("Unsuccessful");

Completed in 86 milliseconds