Searched refs:initialIntents (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/tests/coretests/src/com/android/internal/app/ |
D | ResolverWrapperAdapter.java | 37 Intent[] initialIntents, in ResolverWrapperAdapter() argument 42 super(context, payloadIntents, initialIntents, rList, filterLastUsed, in ResolverWrapperAdapter()
|
D | ResolverWrapperActivity.java | 54 List<Intent> payloadIntents, Intent[] initialIntents, List<ResolveInfo> rList, in createResolverListAdapter() argument 56 return new ResolverWrapperAdapter(context, payloadIntents, initialIntents, rList, in createResolverListAdapter()
|
D | ChooserWrapperActivity.java | 66 Intent[] initialIntents, List<ResolveInfo> rList, boolean filterLastUsed, in createChooserListAdapter() argument 71 return new ChooserListAdapter(context, payloadIntents, initialIntents, rList, in createChooserListAdapter()
|
D | ChooserListAdapterTest.kt | 219 initialIntents: Array<out Intent>?, 233 initialIntents,
|
D | ChooserActivityTest.java | 2632 Intent[] initialIntents = { in testWorkTab_withInitialIntents_workTabDoesNotIncludePersonalInitialIntents() local 2636 Intent chooserIntent = createChooserIntent(createSendTextIntent(), initialIntents); in testWorkTab_withInitialIntents_workTabDoesNotIncludePersonalInitialIntents() 2665 Intent[] initialIntents = { in testWorkTab_xProfileIntentsDisabled_personalToWork_nonSendIntent_emptyStateShown() local 2669 Intent chooserIntent = createChooserIntent(new Intent(), initialIntents); in testWorkTab_xProfileIntentsDisabled_personalToWork_nonSendIntent_emptyStateShown() 2699 Intent[] initialIntents = { in testWorkTab_noWorkAppsAvailable_nonSendIntent_emptyStateShown() local 2703 Intent chooserIntent = createChooserIntent(new Intent(), initialIntents); in testWorkTab_noWorkAppsAvailable_nonSendIntent_emptyStateShown() 2951 private Intent createChooserIntent(Intent intent, Intent[] initialIntents) { in createChooserIntent() argument 2958 if (initialIntents != null) { in createChooserIntent() 2959 chooserIntent.putExtra(Intent.EXTRA_INITIAL_INTENTS, initialIntents); in createChooserIntent()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ResolverActivity.java | 416 CharSequence title, Intent[] initialIntents, 418 onCreate(savedInstanceState, intent, title, 0, initialIntents, rList, 423 CharSequence title, int defaultTitleRes, Intent[] initialIntents, 470 … mMultiProfilePagerAdapter = createMultiProfilePagerAdapter(initialIntents, rList, filterLastUsed); 533 Intent[] initialIntents, 540 initialIntents, rList, filterLastUsed); 543 initialIntents, rList, filterLastUsed); 657 Intent[] initialIntents, 662 initialIntents, 684 Intent[] initialIntents, [all …]
|
D | ChooserListAdapter.java | 143 Intent[] initialIntents, List<ResolveInfo> rList, in ChooserListAdapter() argument 163 if (initialIntents != null) { in ChooserListAdapter() 164 for (int i = 0; i < initialIntents.length; i++) { in ChooserListAdapter() 165 final Intent ii = initialIntents[i]; in ChooserListAdapter()
|
D | ResolverListAdapter.java | 98 Intent[] initialIntents, List<ResolveInfo> rList, in ResolverListAdapter() argument 106 mInitialIntents = initialIntents; in ResolverListAdapter()
|