Searched refs:topIntent (Results 1 – 1 of 1) sorted by relevance
285 Intent topIntent = new Intent(intents[intents.length - 1]); in startActivities() local286 topIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in startActivities()287 mSourceContext.startActivity(topIntent); in startActivities()