Home
last modified time | relevance | path

Searched refs:createChooserListAdapter (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DChooserListAdapterTest.kt73 private fun createChooserListAdapter( regex
98 val testSubject = createChooserListAdapter { iconTask }
113 val testSubject = createChooserListAdapter { testTaskProvider.invoke() }
129 val adapter = createChooserListAdapter()
H A DChooserWrapperActivity.java65 public ChooserListAdapter createChooserListAdapter(Context context, List<Intent> payloadIntents, in createChooserListAdapter() method in ChooserWrapperActivity
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java2560 ChooserListAdapter chooserListAdapter = createChooserListAdapter(context, payloadIntents,
2570 public ChooserListAdapter createChooserListAdapter(Context context,