Searched refs:initialIntents (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/ |
D | ChooserActivity.java | 201 Intent[] initialIntents = null; in onCreate() local 203 initialIntents = new Intent[pa.length]; in onCreate() 213 initialIntents[i] = in; in onCreate() 254 super.onCreate(savedInstanceState, target, title, defaultTitleRes, initialIntents, in onCreate() 607 Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid, in createAdapter() argument 610 initialIntents, rList, launchedFromUid, filterLastUsed); in createAdapter() 815 Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid, in ChooserListAdapter() argument 821 if (initialIntents != null) { in ChooserListAdapter() 823 for (int i = 0; i < initialIntents.length; i++) { in ChooserListAdapter() 824 final Intent ii = initialIntents[i]; in ChooserListAdapter()
|
D | ResolverActivity.java | 228 CharSequence title, Intent[] initialIntents, in onCreate() argument 230 onCreate(savedInstanceState, intent, title, 0, initialIntents, rList, alwaysUseOption); in onCreate() 234 CharSequence title, int defaultTitleRes, Intent[] initialIntents, in onCreate() argument 271 if (configureContentView(mIntents, initialIntents, rList, alwaysUseOption)) { in onCreate() 875 Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid, in createAdapter() argument 877 return new ResolveListAdapter(context, payloadIntents, initialIntents, rList, in createAdapter() 884 public boolean configureContentView(List<Intent> payloadIntents, Intent[] initialIntents, in configureContentView() argument 891 mAdapter = createAdapter(this, payloadIntents, initialIntents, rList, in configureContentView() 1227 Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid, in ResolveListAdapter() argument 1230 mInitialIntents = initialIntents; in ResolveListAdapter()
|