Home
last modified time | relevance | path

Searched refs:CLEAR_TOP (Results 1 – 1 of 1) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/
DCases.java54 public static final IntentFlag CLEAR_TOP = flag(FLAG_ACTIVITY_CLEAR_TOP, field in Cases
79 CLEAR_TOP,
214 mRegularSequence.act(mRegularIntent.withFlags(CLEAR_TOP)), in clearCases()
216 doubleRegularActivity.act(mRegularIntent.withFlags(CLEAR_TOP)), in clearCases()
220 doubleRegularActivity.act(mRegularIntent.withFlags(CLEAR_TOP, NEW_TASK)), in clearCases()
223 doubleRegularActivity.act(mRegularIntent.withFlags(CLEAR_TOP, NEW_DOCUMENT)), in clearCases()
226 doubleRegularActivity.act(mRegularIntent.withFlags(CLEAR_TOP, PREVIOUS_IS_TOP)), in clearCases()
229 mAff1Intent.withFlags(CLEAR_TOP)) in clearCases()
250 mRegularSequence.act(mRegularIntent.withFlags(CLEAR_TOP)), in forResultCases()
252 mRegularSequence.act(mRegularForResultIntent.withFlags(CLEAR_TOP)), in forResultCases()