Searched defs:initialIntents (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/app/ |
H A D | ResolverWrapperActivity.java | 44 List<Intent> payloadIntents, Intent[] initialIntents, List<ResolveInfo> rList, in createResolverListAdapter() 52 Intent[] initialIntents, List<ResolveInfo> rList, boolean filterLastUsed) { in createMultiProfilePagerAdapter()
|
H A D | ResolverWrapperAdapter.java | 36 Intent[] initialIntents, in ResolverWrapperAdapter()
|
H A D | ChooserWrapperActivity.java | 55 Intent[] initialIntents, List<ResolveInfo> rList, boolean filterLastUsed) { in createMultiProfilePagerAdapter() 64 Intent[] initialIntents, List<ResolveInfo> rList, boolean filterLastUsed, in createChooserListAdapter()
|
H A D | ChooserActivityTest.java | 2129 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 D | ResolverListAdapter.java | 91 Intent[] initialIntents, List<ResolveInfo> rList, in ResolverListAdapter()
|
H A D | ChooserListAdapter.java | 104 Intent[] initialIntents, List<ResolveInfo> rList, in ChooserListAdapter()
|
H A D | ChooserActivity.java | 673 Intent[] initialIntents = null; in onCreate() local
|