Home
last modified time | relevance | path

Searched refs:rList (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DResolverWrapperAdapter.java38 List<ResolveInfo> rList, boolean filterLastUsed, in ResolverWrapperAdapter() argument
42 super(context, payloadIntents, initialIntents, rList, filterLastUsed, in ResolverWrapperAdapter()
H A DResolverWrapperActivity.java54 List<Intent> payloadIntents, Intent[] initialIntents, List<ResolveInfo> rList, in createResolverListAdapter() argument
56 return new ResolverWrapperAdapter(context, payloadIntents, initialIntents, rList, in createResolverListAdapter()
H A DChooserWrapperActivity.java66 Intent[] initialIntents, List<ResolveInfo> rList, boolean filterLastUsed, in createChooserListAdapter() argument
71 return new ChooserListAdapter(context, payloadIntents, initialIntents, rList, in createChooserListAdapter()
H A DChooserListAdapterTest.kt220 rList: List<ResolveInfo>?,
234 rList,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbResolverActivity.java75 ArrayList<ResolveInfo> rList = new ArrayList<>( in onCreate() local
82 for (Iterator<ResolveInfo> iterator = rList.iterator(); iterator.hasNext();) { in onCreate()
137 super.onCreate(savedInstanceState, target, title, null, rList, true); in onCreate()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java406 List<ResolveInfo> rList, boolean supportsAlwaysUseOption) {
407 onCreate(savedInstanceState, intent, title, 0, initialIntents, rList,
413 List<ResolveInfo> rList, boolean supportsAlwaysUseOption) {
520 List<ResolveInfo> rList,
526 initialIntents, rList, filterLastUsed);
529 initialIntents, rList, filterLastUsed);
644 List<ResolveInfo> rList, boolean filterLastUsed) {
649 rList,
670 List<ResolveInfo> rList,
696 rList,
[all …]
H A DChooserActivity.java836 List<ResolveInfo> rList,
840 initialIntents, rList, filterLastUsed);
843 initialIntents, rList, filterLastUsed);
885 List<ResolveInfo> rList,
891 rList,
906 List<ResolveInfo> rList,
913 rList,
920 rList,
2561 initialIntents, rList, filterLastUsed, userHandle);
2573 List<ResolveInfo> rList,
[all …]
H A DChooserListAdapter.java142 Intent[] initialIntents, List<ResolveInfo> rList, in ChooserListAdapter() argument
151 super(context, payloadIntents, null, rList, filterLastUsed, in ChooserListAdapter()
H A DResolverListAdapter.java98 Intent[] initialIntents, List<ResolveInfo> rList, in ResolverListAdapter() argument
107 mBaseResolveList = rList; in ResolverListAdapter()