Searched refs:onTaskFragmentAppearEmptyTimeout (Results 1 – 4 of 4) sorted by relevance
257 doNothing().when(mController).onTaskFragmentAppearEmptyTimeout(any(), any()); in testAppearEmptyTimeout()293 verify(mController).onTaskFragmentAppearEmptyTimeout(container); in testAppearEmptyTimeout()
217 doCallRealMethod().when(mSplitController).onTaskFragmentAppearEmptyTimeout(any(), any()); in testOnTaskFragmentAppearEmptyTimeout()218 mSplitController.onTaskFragmentAppearEmptyTimeout(mTransaction, tf); in testOnTaskFragmentAppearEmptyTimeout()
543 mController.onTaskFragmentAppearEmptyTimeout(this); in setInfo()549 mController.onTaskFragmentAppearEmptyTimeout(wct, this); in setInfo()
1549 void onTaskFragmentAppearEmptyTimeout(@NonNull TaskFragmentContainer container) { in onTaskFragmentAppearEmptyTimeout() method in SplitController1551 onTaskFragmentAppearEmptyTimeout(transactionRecord.getTransaction(), container); in onTaskFragmentAppearEmptyTimeout()1561 void onTaskFragmentAppearEmptyTimeout(@NonNull WindowContainerTransaction wct, in onTaskFragmentAppearEmptyTimeout() method in SplitController