Home
last modified time | relevance | path

Searched defs:initialIntents (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DResolverWrapperActivity.java44 List<Intent> payloadIntents, Intent[] initialIntents, List<ResolveInfo> rList, in createResolverListAdapter()
52 Intent[] initialIntents, List<ResolveInfo> rList, boolean filterLastUsed) { in createMultiProfilePagerAdapter()
H A DResolverWrapperAdapter.java36 Intent[] initialIntents, in ResolverWrapperAdapter()
H A DChooserWrapperActivity.java55 Intent[] initialIntents, List<ResolveInfo> rList, boolean filterLastUsed) { in createMultiProfilePagerAdapter()
64 Intent[] initialIntents, List<ResolveInfo> rList, boolean filterLastUsed, in createChooserListAdapter()
H A DChooserActivityTest.java2129 Intent[] initialIntents = { in testWorkTab_withInitialIntents_workTabDoesNotIncludePersonalInitialIntents() local
2158 Intent[] initialIntents = { in testWorkTab_xProfileIntentsDisabled_personalToWork_nonSendIntent_emptyStateShown() local
2188 Intent[] initialIntents = { in testWorkTab_noWorkAppsAvailable_nonSendIntent_emptyStateShown() local
2402 private Intent createChooserIntent(Intent intent, Intent[] initialIntents) { in createChooserIntent()
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DResolverListAdapter.java91 Intent[] initialIntents, List<ResolveInfo> rList, in ResolverListAdapter()
H A DChooserListAdapter.java104 Intent[] initialIntents, List<ResolveInfo> rList, in ChooserListAdapter()
H A DChooserActivity.java673 Intent[] initialIntents = null; in onCreate() local