Searched refs:removeAllTasks (Results 1 – 6 of 6) sorted by relevance
49 boolean removeAllTasks(WindowContainerTransaction wct, boolean toTop) { in removeAllTasks() method in SideStage
1410 mSideStage.removeAllTasks(wct, false /* toTop */); in applyExitSplitScreen()1441 mSideStage.removeAllTasks(finishedWCT, childrenToTop == mSideStage /* toTop */); in applyExitSplitScreen()1549 mSideStage.removeAllTasks(wct, stageToTop == STAGE_TYPE_SIDE); in prepareExitSplitScreen()
245 verify(mSideStage).removeAllTasks(any(WindowContainerTransaction.class), eq(false)); in testExitSplitScreen()
247 mRootWindowContainer.getDefaultDisplay().removeAllTasks(); in testRestoringInvalidTask()
582 display.removeAllTasks(); in testTaskModeViolation()
6561 void removeAllTasks() { in removeAllTasks() method in DisplayContent