Searched refs:topIntent (Results 1 – 1 of 1) sorted by relevance
84 Intent topIntent = new Intent(intents[intents.length - 1]); in getPendingIntent() local85 topIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in getPendingIntent()86 return PendingIntent.getActivity(context, requestCode, topIntent, flags); in getPendingIntent()326 Intent topIntent = new Intent(intents[intents.length - 1]); in startActivities() local327 topIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in startActivities()328 mSourceContext.startActivity(topIntent); in startActivities()