Searched refs:getTopActiveContainer (Results 1 – 2 of 2) sorted by relevance
195 .that(mSplitController.getTopActiveContainer(TASK_ID)).isEqualTo(tf2); in testGetTopActiveContainer()200 .that(mSplitController.getTopActiveContainer(TASK_ID)).isEqualTo(tf2); in testGetTopActiveContainer()205 .that(mSplitController.getTopActiveContainer(TASK_ID)).isEqualTo(tf1); in testGetTopActiveContainer()214 .that(mSplitController.getTopActiveContainer(TASK_ID)).isEqualTo(tf1); in testGetTopActiveContainer()220 .that(mSplitController.getTopActiveContainer(TASK_ID)).isNull(); in testGetTopActiveContainer()308 verify(mSplitController, never()).getTopActiveContainer(TASK_ID); in testUpdateContainer()1541 assertTrue(mSplitController.getTopActiveContainer(TASK_ID).getTopNonFinishingActivity() in testPinTopActivityStack()
1660 TaskFragmentContainer getTopActiveContainer(int taskId) { in getTopActiveContainer() method in SplitController1869 final TaskFragmentContainer topContainer = getTopActiveContainer(container.getTaskId()); in allowLaunchPlaceholder()