Searched refs:initialIntents (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/ |
D | ResolverActivity.java | 284 CharSequence title, Intent[] initialIntents, 286 onCreate(savedInstanceState, intent, title, 0, initialIntents, rList, 291 CharSequence title, int defaultTitleRes, Intent[] initialIntents, 333 if (configureContentView(mIntents, initialIntents, rList)) { 1227 Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid, 1229 return new ResolveListAdapter(context, payloadIntents, initialIntents, rList, 1246 public boolean configureContentView(List<Intent> payloadIntents, Intent[] initialIntents, 1253 mAdapter = createAdapter(this, payloadIntents, initialIntents, rList, 1641 Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid, 1645 mInitialIntents = initialIntents;
|
D | ChooserActivity.java | 553 Intent[] initialIntents = null; in onCreate() local 556 initialIntents = new Intent[count]; in onCreate() 566 initialIntents[i] = in; in onCreate() 608 super.onCreate(savedInstanceState, target, title, defaultTitleRes, initialIntents, in onCreate() 1858 Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid, 1861 initialIntents, rList, launchedFromUid, filterLastUsed, createListController()); 2352 Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid, 2361 if (initialIntents != null) { 2363 for (int i = 0; i < initialIntents.length; i++) { 2364 final Intent ii = initialIntents[i];
|