Searched refs:starters (Results 1 – 1 of 1) sorted by relevance
420 final ActivityStarter[] starters = new ActivityStarter[intents.length]; in startActivities() local471 starters[i] = obtainStarter(intent, reason) in startActivities()513 for (int i = 0; i < starters.length; i++) { in startActivities()514 final int startResult = starters[i].setResultTo(resultTo) in startActivities()518 for (int j = i + 1; j < starters.length; j++) { in startActivities()519 mFactory.recycle(starters[j]); in startActivities()531 if (i < starters.length - 1) { in startActivities()532 starters[i + 1].getIntent().addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in startActivities()