Searched refs:mDestRoot (Results 1 – 5 of 5) sorted by relevance
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/services/ |
D | AbstractCopyJobTest.java | 56 mDocs.assertChildCount(mDestRoot, 2); in runCopyFilesTest() 57 mDocs.assertHasFile(mDestRoot, "test1.txt"); in runCopyFilesTest() 58 mDocs.assertHasFile(mDestRoot, "test2.txt"); in runCopyFilesTest() 59 mDocs.assertFileContents(mDestRoot.documentId, "test1.txt", HAM_BYTES); in runCopyFilesTest() 60 mDocs.assertFileContents(mDestRoot.documentId, "test2.txt", FRUITY_BYTES); in runCopyFilesTest() 72 mDocs.assertChildCount(mDestRoot, 1); in runCopyVirtualTypedFileTest() 73 mDocs.assertHasFile(mDestRoot, "virtual.sth.pdf"); // copy should convert file to PDF. in runCopyVirtualTypedFileTest() 74 mDocs.assertFileContents(mDestRoot.documentId, "virtual.sth.pdf", FRUITY_BYTES); in runCopyVirtualTypedFileTest() 88 mDocs.assertChildCount(mDestRoot, 0); in runCopyVirtualNonTypedFileTest() 105 mDocs.assertChildCount(mDestRoot, 1); in runCopyEmptyDirTest() [all …]
|
D | MoveJobTest.java | 51 mDocs.assertChildCount(mDestRoot, 2); in testMoveFiles_NoSrcParent() 52 mDocs.assertHasFile(mDestRoot, "test1.txt"); in testMoveFiles_NoSrcParent() 53 mDocs.assertHasFile(mDestRoot, "test2.txt"); in testMoveFiles_NoSrcParent() 54 mDocs.assertFileContents(mDestRoot.documentId, "test1.txt", HAM_BYTES); in testMoveFiles_NoSrcParent() 55 mDocs.assertFileContents(mDestRoot.documentId, "test2.txt", FRUITY_BYTES); in testMoveFiles_NoSrcParent() 69 mDocs.assertChildCount(mDestRoot, 0); in testMoveVirtualTypedFile() 91 mDocs.assertChildCount(mDestRoot, 0); in testMove_BackendSideVirtualTypedFile_Fallback()
|
D | CopyJobTest.java | 48 mDocs.assertChildCount(mDestRoot, 0); in testCopy_BackendSideVirtualTypedFile_Fallback() 58 mDocs.assertChildCount(mDestRoot, 1); in testCopy_BackendSideVirtualTypedFile_Fallback() 59 mDocs.assertHasFile(mDestRoot, "tokyo.sth.pdf"); // Copy should convert file to PDF. in testCopy_BackendSideVirtualTypedFile_Fallback()
|
D | AbstractJobTest.java | 58 RootInfo mDestRoot; field in AbstractJobTest 98 mDestRoot = mDocs.getRoot(ROOT_1_ID); in initTestFiles()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/ |
D | DragAndDropManager.java | 186 private RootInfo mDestRoot; field in DragAndDropManager.RuntimeDragAndDropManager 229 updateState(mView, mDestRoot, mDestDoc); in adjustCtrlKeyCount() 322 mDestRoot = destRoot; in updateState() 476 mDestRoot = null; in dragEnded()
|