Searched refs:baseActivityIntent (Results 1 – 1 of 1) sorted by relevance
374 Intent baseActivityIntent = new Intent(); in testSecondActivityBlockedWhenBackgroundActivityLaunch() local375 baseActivityIntent.setComponent(APP_A_FOREGROUND_ACTIVITY); in testSecondActivityBlockedWhenBackgroundActivityLaunch()376 baseActivityIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in testSecondActivityBlockedWhenBackgroundActivityLaunch()377 mContext.startActivity(baseActivityIntent); in testSecondActivityBlockedWhenBackgroundActivityLaunch()