Searched refs:mDestRoot (Results 1 – 5 of 5) sorted by relevance
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/services/ |
D | AbstractCopyJobTest.java | 49 mDocs.assertChildCount(mDestRoot, 2); in runCopyFilesTest() 50 mDocs.assertHasFile(mDestRoot, "test1.txt"); in runCopyFilesTest() 51 mDocs.assertHasFile(mDestRoot, "test2.txt"); in runCopyFilesTest() 52 mDocs.assertFileContents(mDestRoot.documentId, "test1.txt", HAM_BYTES); in runCopyFilesTest() 53 mDocs.assertFileContents(mDestRoot.documentId, "test2.txt", FRUITY_BYTES); in runCopyFilesTest() 65 mDocs.assertChildCount(mDestRoot, 1); in runCopyVirtualTypedFileTest() 66 mDocs.assertHasFile(mDestRoot, "virtual.sth.pdf"); // copy should convert file to PDF. in runCopyVirtualTypedFileTest() 67 mDocs.assertFileContents(mDestRoot.documentId, "virtual.sth.pdf", FRUITY_BYTES); in runCopyVirtualTypedFileTest() 81 mDocs.assertChildCount(mDestRoot, 0); in runCopyVirtualNonTypedFileTest() 90 mDocs.assertChildCount(mDestRoot, 1); in runCopyEmptyDirTest() [all …]
|
D | MoveJobTest.java | 49 mDocs.assertChildCount(mDestRoot, 2); in testMoveFiles_NoSrcParent() 50 mDocs.assertHasFile(mDestRoot, "test1.txt"); in testMoveFiles_NoSrcParent() 51 mDocs.assertHasFile(mDestRoot, "test2.txt"); in testMoveFiles_NoSrcParent() 52 mDocs.assertFileContents(mDestRoot.documentId, "test1.txt", HAM_BYTES); in testMoveFiles_NoSrcParent() 53 mDocs.assertFileContents(mDestRoot.documentId, "test2.txt", FRUITY_BYTES); in testMoveFiles_NoSrcParent() 67 mDocs.assertChildCount(mDestRoot, 0); in testMoveVirtualTypedFile() 89 mDocs.assertChildCount(mDestRoot, 0); in testMove_BackendSideVirtualTypedFile_Fallback()
|
D | CopyJobTest.java | 47 mDocs.assertChildCount(mDestRoot, 0); in testCopy_BackendSideVirtualTypedFile_Fallback() 57 mDocs.assertChildCount(mDestRoot, 1); in testCopy_BackendSideVirtualTypedFile_Fallback() 58 mDocs.assertHasFile(mDestRoot, "tokyo.sth.pdf"); // Copy should convert file to PDF. in testCopy_BackendSideVirtualTypedFile_Fallback()
|
D | AbstractJobTest.java | 57 RootInfo mDestRoot; field in AbstractJobTest 94 mDestRoot = mDocs.getRoot(ROOT_1_ID); in initTestFiles()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/ |
D | DragAndDropManager.java | 177 private RootInfo mDestRoot; field in DragAndDropManager.RuntimeDragAndDropManager 220 updateState(mView, mDestRoot, mDestDoc); in adjustCtrlKeyCount() 312 mDestRoot = destRoot; in updateState() 461 mDestRoot = null; in dragEnded()
|