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

  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DirectoryListBot.java 75 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 {
226 if (!findDocument(label).exists()) {
277 Rect startCoord = findDocument(label).getBounds();
339 final UiObject firstObj = findDocument(first);
340 final UiObject secondObj = findDocument(second)
    [all...]
GestureBot.java 58 Rect startCoord = findDocument(startLabel).getBounds();
59 Rect endCoord = findDocument(endLabel).getBounds();
90 public UiObject findDocument(String label) throws UiObjectNotFoundException {
  /cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DocumentsClientTest.java 95 private UiObject findDocument(String label) throws UiObjectNotFoundException {
146 findDocument("VIRTUAL_FILE").click();
151 findDocument("FILE1").click();
178 findDocument("VIRTUAL_FILE").click();
245 findDocument("FILE2").click();
247 findDocument("FILE1").click();
271 findDocument("DIR2").click();
371 findDocument("DIR2").click();
478 findDocument("DIR2").click();
526 assertTrue(findDocument("FILE1").exists())
    [all...]
  /packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
BandSelectionUiTest.java 52 Rect startDoc = bots.directory.findDocument(fileName2).getBounds();
IntegratedDownloadsUiTest.java 61 UiObject doc = bots.directory.findDocument("Unsuccessful");
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/services/
AbstractCopyJobTest.java 105 DocumentInfo dir1Copy = mDocs.findDocument(mDestRoot.documentId, "dir1");
111 DocumentInfo dir2Copy = mDocs.findDocument(dir1Copy.documentId, "dir2");
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DocumentsProviderHelper.java 241 public DocumentInfo findDocument(String parentId, String name) throws Exception {
251 public DocumentInfo findDocument(Uri parentUri, String name) throws Exception {

Completed in 424 milliseconds