Searched refs:initialIntents (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/ |
D | ChooserActivity.java | 220 Intent[] initialIntents = null; in onCreate() local 222 initialIntents = new Intent[pa.length]; in onCreate() 232 initialIntents[i] = in; in onCreate() 274 super.onCreate(savedInstanceState, target, title, defaultTitleRes, initialIntents, in onCreate() 724 Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid, in createAdapter() argument 727 initialIntents, rList, launchedFromUid, filterLastUsed, createListController()); in createAdapter() 940 Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid, in ChooserListAdapter() argument 947 if (initialIntents != null) { in ChooserListAdapter() 949 for (int i = 0; i < initialIntents.length; i++) { in ChooserListAdapter() 950 final Intent ii = initialIntents[i]; in ChooserListAdapter()
|
D | ResolverActivity.java | 242 CharSequence title, Intent[] initialIntents, in onCreate() argument 244 onCreate(savedInstanceState, intent, title, 0, initialIntents, rList, in onCreate() 249 CharSequence title, int defaultTitleRes, Intent[] initialIntents, in onCreate() argument 286 if (configureContentView(mIntents, initialIntents, rList)) { in onCreate() 869 Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid, in createAdapter() argument 871 return new ResolveListAdapter(context, payloadIntents, initialIntents, rList, in createAdapter() 888 public boolean configureContentView(List<Intent> payloadIntents, Intent[] initialIntents, in configureContentView() argument 895 mAdapter = createAdapter(this, payloadIntents, initialIntents, rList, in configureContentView() 1319 Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid, in ResolveListAdapter() argument 1323 mInitialIntents = initialIntents; in ResolveListAdapter()
|