Searched refs:removeAllTasks (Results 1 – 8 of 8) sorted by relevance
202 verify(mSideStage).removeAllTasks(any(WindowContainerTransaction.class), eq(false)); in testExitSplitScreen()215 verify(mSideStage).removeAllTasks(any(WindowContainerTransaction.class), eq(false)); in testExitSplitScreenToMainStage()228 verify(mSideStage).removeAllTasks(any(WindowContainerTransaction.class), eq(true)); in testExitSplitScreenToSideStage()
47 boolean removeAllTasks(WindowContainerTransaction wct, boolean toTop) { in removeAllTasks() method in SideStage
674 mSideStage.removeAllTasks(wct, !fromEnteringPip && childrenToTop == mSideStage); in applyExitSplitScreen()720 mSideStage.removeAllTasks(wct, stageToTop == STAGE_TYPE_SIDE); in prepareExitSplitScreen()
66 boolean removeAllTasks(WindowContainerTransaction wct, boolean toTop) { in removeAllTasks() method in SideStage
531 mSideStage.removeAllTasks(wct, childrenToTop == mSideStage); in applyExitSplitScreen()555 mSideStage.removeAllTasks(wct, stageToTop == STAGE_TYPE_SIDE); in prepareExitSplitScreen()
498 display.removeAllTasks(); in testTaskModeViolation()
230 mRootWindowContainer.getDefaultDisplay().removeAllTasks(); in testRestoringInvalidTask()
6025 void removeAllTasks() { in removeAllTasks() method in DisplayContent