Searched refs:initialIntents (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/ |
D | ResolverActivity.java | 288 CharSequence title, Intent[] initialIntents, 290 onCreate(savedInstanceState, intent, title, 0, initialIntents, rList, 295 CharSequence title, int defaultTitleRes, Intent[] initialIntents, 337 if (configureContentView(mIntents, initialIntents, rList)) { 1242 Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid, 1244 return new ResolveListAdapter(context, payloadIntents, initialIntents, rList, 1261 public boolean configureContentView(List<Intent> payloadIntents, Intent[] initialIntents, 1268 mAdapter = createAdapter(this, payloadIntents, initialIntents, rList, 1674 Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid, 1678 mInitialIntents = initialIntents;
|
D | ChooserActivity.java | 601 Intent[] initialIntents = null; in onCreate() local 604 initialIntents = new Intent[count]; in onCreate() 614 initialIntents[i] = in; in onCreate() 658 super.onCreate(savedInstanceState, target, title, defaultTitleRes, initialIntents, in onCreate() 2124 Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid, 2127 initialIntents, rList, launchedFromUid, filterLastUsed, createListController()); 2632 Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid, 2641 if (initialIntents != null) { 2643 for (int i = 0; i < initialIntents.length; i++) { 2644 final Intent ii = initialIntents[i];
|