Home
last modified time | relevance | path

Searched refs:nextRootDocument (Results 1 – 3 of 3) sorted by relevance

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestActionHandler.java39 public DocumentInfo nextRootDocument; field in TestActionHandler
91 callback.accept(nextRootDocument); in getRootDocument()
DTestDocumentsAccess.java37 public @Nullable DocumentInfo nextRootDocument; field in TestDocumentsAccess
50 return nextRootDocument; in getRootDocument()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
DDragAndDropManagerTests.java685 mActions.nextRootDocument = TestEnv.FOLDER_1; in testDrop_Copies_DifferentRoot_DropOnRoot()
711 mActions.nextRootDocument = TestEnv.FOLDER_1; in testDrop_Moves_SameRoot_DropOnRoot()
738 mActions.nextRootDocument = TestEnv.FOLDER_1; in testDrop_Copies_SameRoot_DropOnRoot_ReleasesCtrlBeforeGettingRootDocument()