Home
last modified time | relevance | path

Searched refs:initialIntents (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
DChooserActivity.java225 Intent[] initialIntents = null; in onCreate() local
227 initialIntents = new Intent[pa.length]; in onCreate()
237 initialIntents[i] = in; in onCreate()
279 super.onCreate(savedInstanceState, target, title, defaultTitleRes, initialIntents, in onCreate()
733 Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid, in createAdapter() argument
736 initialIntents, rList, launchedFromUid, filterLastUsed, createListController()); in createAdapter()
951 Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid, in ChooserListAdapter() argument
958 if (initialIntents != null) { in ChooserListAdapter()
960 for (int i = 0; i < initialIntents.length; i++) { in ChooserListAdapter()
961 final Intent ii = initialIntents[i]; in ChooserListAdapter()
DResolverActivity.java246 CharSequence title, Intent[] initialIntents, in onCreate() argument
248 onCreate(savedInstanceState, intent, title, 0, initialIntents, rList, in onCreate()
253 CharSequence title, int defaultTitleRes, Intent[] initialIntents, in onCreate() argument
290 if (configureContentView(mIntents, initialIntents, rList)) { in onCreate()
880 Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid, in createAdapter() argument
882 return new ResolveListAdapter(context, payloadIntents, initialIntents, rList, in createAdapter()
899 public boolean configureContentView(List<Intent> payloadIntents, Intent[] initialIntents, in configureContentView() argument
906 mAdapter = createAdapter(this, payloadIntents, initialIntents, rList, in configureContentView()
1330 Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid, in ResolveListAdapter() argument
1334 mInitialIntents = initialIntents; in ResolveListAdapter()