Home
last modified time | relevance | path

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

/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/
DChooserListAdapterDataTest.kt91 val initialIntents = in test_twoTargetsWithNonOverlappingInitialIntent_threeTargetsInResolverAdapter() constant
157 val initialIntents = in test_twoTargetsWithOverlappingInitialIntent_oneTargetsInResolverAdapter() constant
DResolverListAdapterTest.kt719 val initialIntents = in test_twoTargetsWithNonOverlappingInitialIntent_threeTargetsInAdapter() constant
807 val initialIntents = in test_twoTargetsWithOverlappingInitialIntent_twoTargetsInAdapter() constant
/packages/modules/IntentResolver/java/src/com/android/intentresolver/ui/viewmodel/
DChooserRequestReader.kt95 val initialIntents = in readChooserRequest() constant
/packages/modules/IntentResolver/tests/activity/src/com/android/intentresolver/
DChooserWrapperActivity.java55 Intent[] initialIntents, in createChooserListAdapter()
DResolverWrapperActivity.java64 Intent[] initialIntents, in createResolverListAdapter()
DChooserActivityTest.java2613 Intent[] initialIntents = { in testWorkTab_withInitialIntents_workTabDoesNotIncludePersonalInitialIntents() local
2638 Intent[] initialIntents = { in testWorkTab_xProfileIntentsDisabled_personalToWork_nonSendIntent_emptyStateShown() local
2665 Intent[] initialIntents = { in testWorkTab_noWorkAppsAvailable_nonSendIntent_emptyStateShown() local
2787 private Intent createChooserIntent(Intent intent, Intent[] initialIntents) { in createChooserIntent()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/data/model/
DChooserRequest.kt131 val initialIntents: List<Intent> = emptyList(), in <lambda>() constant in com.android.intentresolver.data.model.ChooserRequest
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DChooserListAdapter.java161 Intent[] initialIntents, in ChooserListAdapter()
202 Intent[] initialIntents, in ChooserListAdapter()
DResolverListAdapter.java105 Intent[] initialIntents, in ResolverListAdapter()
134 Intent[] initialIntents, in ResolverListAdapter()
DChooserActivity.java1414 List<Intent> initialIntents, in createMultiProfilePagerAdapter()