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.kt89 val initialIntents = in test_twoTargetsWithNonOverlappingInitialIntent_threeTargetsInResolverAdapter() constant
154 val initialIntents = in test_twoTargetsWithOverlappingInitialIntent_oneTargetsInResolverAdapter() constant
DResolverListAdapterTest.kt718 val initialIntents = in test_twoTargetsWithNonOverlappingInitialIntent_threeTargetsInAdapter() constant
806 val initialIntents = in test_twoTargetsWithOverlappingInitialIntent_twoTargetsInAdapter() constant
/packages/modules/IntentResolver/java/src/com/android/intentresolver/ui/viewmodel/
DChooserRequestReader.kt107 val initialIntents = in readChooserRequest() constant
/packages/modules/IntentResolver/tests/activity/src/com/android/intentresolver/
DChooserWrapperActivity.java53 Intent[] initialIntents, in createChooserListAdapter()
DResolverWrapperActivity.java64 Intent[] initialIntents, in createResolverListAdapter()
DChooserActivityTest.java2630 Intent[] initialIntents = { in testWorkTab_withInitialIntents_workTabDoesNotIncludePersonalInitialIntents() local
2655 Intent[] initialIntents = { in testWorkTab_xProfileIntentsDisabled_personalToWork_nonSendIntent_emptyStateShown() local
2682 Intent[] initialIntents = { in testWorkTab_noWorkAppsAvailable_nonSendIntent_emptyStateShown() local
2806 private Intent createChooserIntent(Intent intent, Intent[] initialIntents) { in createChooserIntent()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DChooserListAdapter.java180 Intent[] initialIntents, in ChooserListAdapter()
220 Intent[] initialIntents, in ChooserListAdapter()
DResolverListAdapter.java103 Intent[] initialIntents, in ResolverListAdapter()
132 Intent[] initialIntents, in ResolverListAdapter()
DChooserActivity.java1510 List<Intent> initialIntents, in createMultiProfilePagerAdapter()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/data/model/
DChooserRequest.kt133 val initialIntents: List<Intent> = emptyList(), in <lambda>() constant in com.android.intentresolver.data.model.ChooserRequest