Searched refs:starters (Results 1 – 1 of 1) sorted by relevance
402 final ActivityStarter[] starters = new ActivityStarter[intents.length]; in startActivities() local450 starters[i] = obtainStarter(intent, reason) in startActivities()492 for (int i = 0; i < starters.length; i++) { in startActivities()493 final int startResult = starters[i].setResultTo(resultTo) in startActivities()497 for (int j = i + 1; j < starters.length; j++) { in startActivities()498 mFactory.recycle(starters[j]); in startActivities()510 if (i < starters.length - 1) { in startActivities()511 starters[i + 1].getIntent().addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in startActivities()