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

  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/services/
AbstractCopyJobTest.java 50 mDocs.assertHasFile(mDestRoot, "test1.txt");
51 mDocs.assertHasFile(mDestRoot, "test2.txt");
66 mDocs.assertHasFile(mDestRoot, "virtual.sth.pdf"); // copy should convert file to PDF.
109 mDocs.assertHasFile(dir1Copy.derivedUri, "test1.txt");
113 mDocs.assertHasFile(dir2Copy.derivedUri, "test2.txt");
MoveJobTest.java 50 mDocs.assertHasFile(mDestRoot, "test1.txt");
51 mDocs.assertHasFile(mDestRoot, "test2.txt");
CopyJobTest.java 58 mDocs.assertHasFile(mDestRoot, "tokyo.sth.pdf"); // Copy should convert file to PDF.
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DocumentsProviderHelper.java 174 public void assertHasFile(Uri parentUri, String name) throws Exception {
184 public void assertHasFile(String parentId, String name) throws Exception {
186 assertHasFile(parentUri, name);
189 public void assertHasFile(RootInfo root, String name) throws Exception {
190 assertHasFile(root.documentId, name);

Completed in 128 milliseconds