Home
last modified time | relevance | path

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

/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DChooserActivity.java434 Intent[] initialIntents, in createMultiProfilePagerAdapter()
484 Intent[] initialIntents, in createChooserMultiProfilePagerAdapterForOneProfile()
507 Intent[] initialIntents, in createChooserMultiProfilePagerAdapterForTwoProfiles()
DResolverListAdapter.java97 Intent[] initialIntents, in ResolverListAdapter()
DChooserListAdapter.java135 Intent[] initialIntents, in ChooserListAdapter()
/packages/modules/IntentResolver/java/tests/src/com/android/intentresolver/
DChooserWrapperActivity.java70 Intent[] initialIntents, in createChooserListAdapter()
DResolverWrapperActivity.java75 Intent[] initialIntents, in createResolverListAdapter()
DUnbundledChooserActivityTest.java2505 Intent[] initialIntents = { in testWorkTab_withInitialIntents_workTabDoesNotIncludePersonalInitialIntents() local
2536 Intent[] initialIntents = { in testWorkTab_xProfileIntentsDisabled_personalToWork_nonSendIntent_emptyStateShown() local
2568 Intent[] initialIntents = { in testWorkTab_noWorkAppsAvailable_nonSendIntent_emptyStateShown() local
2693 private Intent createChooserIntent(Intent intent, Intent[] initialIntents) { in createChooserIntent()