Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityLaunchTest.java374 Intent baseActivityIntent = new Intent(); in testSecondActivityBlockedWhenBackgroundActivityLaunch() local
375 baseActivityIntent.setComponent(APP_A_FOREGROUND_ACTIVITY); in testSecondActivityBlockedWhenBackgroundActivityLaunch()
376 baseActivityIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in testSecondActivityBlockedWhenBackgroundActivityLaunch()
377 mContext.startActivity(baseActivityIntent); in testSecondActivityBlockedWhenBackgroundActivityLaunch()