Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DResolverWrapperAdapter.java37 Intent[] initialIntents, in ResolverWrapperAdapter()
H A DResolverWrapperActivity.java54 List<Intent> payloadIntents, Intent[] initialIntents, List<ResolveInfo> rList, in createResolverListAdapter()
H A DChooserWrapperActivity.java66 Intent[] initialIntents, List<ResolveInfo> rList, boolean filterLastUsed, in createChooserListAdapter()
H A DChooserActivityTest.java2632 Intent[] initialIntents = { in testWorkTab_withInitialIntents_workTabDoesNotIncludePersonalInitialIntents() local
2665 Intent[] initialIntents = { in testWorkTab_xProfileIntentsDisabled_personalToWork_nonSendIntent_emptyStateShown() local
2699 Intent[] initialIntents = { in testWorkTab_noWorkAppsAvailable_nonSendIntent_emptyStateShown() local
2951 private Intent createChooserIntent(Intent intent, Intent[] initialIntents) { in createChooserIntent()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DResolverListAdapter.java98 Intent[] initialIntents, List<ResolveInfo> rList, in ResolverListAdapter()
H A DChooserListAdapter.java142 Intent[] initialIntents, List<ResolveInfo> rList, in ChooserListAdapter()
H A DChooserActivity.java622 Intent[] initialIntents = null; in onCreate() local