Searched refs:RESULT_EXPAND_FAILED_NO_TF_INFO (Results 1 – 3 of 3) sorted by relevance
125 static final int RESULT_EXPAND_FAILED_NO_TF_INFO = 2; field in SplitPresenter134 RESULT_EXPAND_FAILED_NO_TF_INFO,736 return RESULT_EXPAND_FAILED_NO_TF_INFO; in expandSplitContainerIfNeeded()
47 import static androidx.window.extensions.embedding.SplitPresenter.RESULT_EXPAND_FAILED_NO_TF_INFO;1466 != RESULT_EXPAND_FAILED_NO_TF_INFO) { in putActivitiesIntoSplitIfNecessary()1803 null /* secondaryActivity */, intent) != RESULT_EXPAND_FAILED_NO_TF_INFO) { in getSecondaryContainerForSplitIfAny()
42 import static androidx.window.extensions.embedding.SplitPresenter.RESULT_EXPAND_FAILED_NO_TF_INFO;686 assertEquals(RESULT_EXPAND_FAILED_NO_TF_INFO, mPresenter.expandSplitContainerIfNeeded( in testExpandSplitContainerIfNeeded()