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

  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DocumentsProviderHelper.java 250 public DocumentInfo findDocument(String parentId, String name) throws Exception {
260 public DocumentInfo findDocument(Uri parentUri, String name) throws Exception {
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
GestureBot.java 58 Rect startCoord = findDocument(startLabel).getBounds();
59 Rect endCoord = findDocument(endLabel).getBounds();
90 public UiObject findDocument(String label) throws UiObjectNotFoundException {
DirectoryListBot.java 76 if (!findDocument(label).exists()) {
89 if (findDocument(label).exists()) {
171 UiObject doc = findDocument(label);
234 findDocument(label).waitForExists(mTimeout);
237 public UiObject findDocument(String label) throws UiObjectNotFoundException {
251 if (!findDocument(label).exists()) {
302 Rect startCoord = findDocument(label).getBounds();
364 final UiObject firstObj = findDocument(first);
365 final UiObject secondObj = findDocument(second);
  /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...]

Completed in 1033 milliseconds