Searched refs:RESULT_EXPAND_FAILED_NO_TF_INFO (Results 1 – 3 of 3) sorted by relevance
123 static final int RESULT_EXPAND_FAILED_NO_TF_INFO = 2; field in SplitPresenter132 RESULT_EXPAND_FAILED_NO_TF_INFO,592 return RESULT_EXPAND_FAILED_NO_TF_INFO; in expandSplitContainerIfNeeded()
42 import static androidx.window.extensions.embedding.SplitPresenter.RESULT_EXPAND_FAILED_NO_TF_INFO;1161 != RESULT_EXPAND_FAILED_NO_TF_INFO) { in putActivitiesIntoSplitIfNecessary()1423 null /* secondaryActivity */, intent) != RESULT_EXPAND_FAILED_NO_TF_INFO) { in getSecondaryContainerForSplitIfAny()
40 import static androidx.window.extensions.embedding.SplitPresenter.RESULT_EXPAND_FAILED_NO_TF_INFO;644 assertEquals(RESULT_EXPAND_FAILED_NO_TF_INFO, mPresenter.expandSplitContainerIfNeeded( in testExpandSplitContainerIfNeeded()