Searched refs:withFlags (Results 1 – 7 of 7) sorted by relevance
107 .append(mAff1Intent.withFlags(NEW_TASK, MULTIPLE_TASK));112 .append(mAff1Intent.withFlags(NEW_TASK))114 .append(mAff1Intent.withFlags(REORDER_TO_FRONT));124 LaunchIntent aff1NewTask = mAff1Intent.withFlags(NEW_TASK); in newTaskCases()130 mRegularSequence.act(mSingleInstanceIntent.withFlags(NEW_TASK)), in newTaskCases()137 mRegularSequence.act(mRegularIntent.withFlags(NEW_TASK)), in newTaskCases()140 mRegularSequence.act(mSingleTopIntent.withFlags(NEW_TASK)), in newTaskCases()146 mRearrangedRootSequence.act(mAff1Intent.withFlags(NEW_TASK)), in newTaskCases()148 mRearrangedRootSequence.act(mSecondAff1Intent.withFlags(NEW_TASK)), in newTaskCases()151 mRegularSequence.act(mRegularIntent.withFlags(NEW_TASK, MULTIPLE_TASK)), in newTaskCases()[all …]
98 return new RootLaunch(intent.withFlags(Cases.NEW_TASK)); in create()
300 public LaunchIntent withFlags(IntentFlag... flags) { in withFlags() method in Persistence.LaunchIntent
32 import com.android.cts.input.inputeventmatchers.withFlags in <lambda>()88 withFlags(MotionEvent.FLAG_CANCELED) in testPointerCancelMotion()
37 import com.android.cts.input.inputeventmatchers.withFlags179 withFlags(MotionEvent.FLAG_CANCELED) in testDevicePointerCancel()
148 fun withFlags(flags: Int): Matcher<MotionEvent> = object : TypeSafeMatcher<MotionEvent>() { in withFlags() method
35 import static com.android.cts.input.inputeventmatchers.InputEventMatchersKt.withFlags;1315 withFlags(MotionEvent.FLAG_WINDOW_IS_OBSCURED))); in testHostInputTokenAllowsObscuredTouches()1318 withFlags(MotionEvent.FLAG_WINDOW_IS_OBSCURED))); in testHostInputTokenAllowsObscuredTouches()