Searched refs:onTaskFragmentAppearEmptyTimeout (Results 1 – 4 of 4) sorted by relevance
415 mController.onTaskFragmentAppearEmptyTimeout(this); in setInfo()421 mController.onTaskFragmentAppearEmptyTimeout(wct, this); in setInfo()
1222 void onTaskFragmentAppearEmptyTimeout(@NonNull TaskFragmentContainer container) { in onTaskFragmentAppearEmptyTimeout() method in SplitController1224 onTaskFragmentAppearEmptyTimeout(transactionRecord.getTransaction(), container); in onTaskFragmentAppearEmptyTimeout()1234 void onTaskFragmentAppearEmptyTimeout(@NonNull WindowContainerTransaction wct, in onTaskFragmentAppearEmptyTimeout() method in SplitController
256 doNothing().when(mController).onTaskFragmentAppearEmptyTimeout(any(), any()); in testAppearEmptyTimeout()292 verify(mController).onTaskFragmentAppearEmptyTimeout(container); in testAppearEmptyTimeout()
241 doCallRealMethod().when(mSplitController).onTaskFragmentAppearEmptyTimeout(any(), any()); in testOnTaskFragmentAppearEmptyTimeout()242 mSplitController.onTaskFragmentAppearEmptyTimeout(mTransaction, tf); in testOnTaskFragmentAppearEmptyTimeout()