Searched refs:baseActivityIntent (Results 1 – 1 of 1) sorted by relevance
382 Intent baseActivityIntent = new Intent(); in testSecondActivityBlockedWhenBackgroundActivityLaunch() local383 baseActivityIntent.setComponent(APP_A_FOREGROUND_ACTIVITY); in testSecondActivityBlockedWhenBackgroundActivityLaunch()384 baseActivityIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in testSecondActivityBlockedWhenBackgroundActivityLaunch()385 mContext.startActivity(baseActivityIntent); in testSecondActivityBlockedWhenBackgroundActivityLaunch()