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

  /packages/apps/DocumentsUI/src/com/android/documentsui/
OperationDialogFragment.java 92 final ArrayList<DocumentInfo> docList = getArguments().getParcelableArrayList(
97 dialogType, operationType, docList, uriList);
  /external/jdiff/src/jdiff/
Diff.java 66 List docList = new ArrayList();
84 docList.add(tag);
86 docList.add(tok);
93 docList.add(tag);
102 docList.add(tag);
104 String[] docWords = new String[docList.size()];
105 docWords = (String[])docList.toArray(docWords);
    [all...]
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
GestureBot.java 91 final UiSelector docList = new UiSelector().resourceId(
96 new UiObject(docList.childSelector(new UiSelector())).waitForExists(mTimeout);
98 return mDevice.findObject(docList.childSelector(new UiSelector().text(label)));
DirectoryListBot.java 213 final UiSelector docList = new UiSelector().resourceId(
218 new UiObject(docList.childSelector(new UiSelector())).waitForExists(mTimeout);
220 // new UiScrollable(docList).scrollIntoView(new UiSelector().text(label));
221 return mDevice.findObject(docList.childSelector(new UiSelector().text(label)));
234 final UiSelector docList = new UiSelector().resourceId(
239 UiObject doc = new UiObject(docList.childSelector(new UiSelector()));
  /packages/apps/DocumentsUI/src/com/android/documentsui/files/
FilesActivity.java 201 final ArrayList<DocumentInfo> docList =
208 docList,
  /cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DocumentsClientTest.java 96 final UiSelector docList = new UiSelector().resourceId(
102 new UiObject(docList.childSelector(new UiSelector())).waitForExists(TIMEOUT));
105 new UiScrollable(docList).scrollIntoView(new UiSelector().text(label));
106 return new UiObject(docList.childSelector(new UiSelector().text(label)));
  /external/llvm/unittests/Support/
YAMLIOTest.cpp     [all...]
  /external/guava/guava/lib/
jdiff.jar 
  /external/guice/lib/build/jdiff/
jdiff.jar 

Completed in 151 milliseconds