/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/app/ |
H A D | ResolverWrapperAdapter.java | 38 List<ResolveInfo> rList, boolean filterLastUsed, in ResolverWrapperAdapter() argument 42 super(context, payloadIntents, initialIntents, rList, filterLastUsed, in ResolverWrapperAdapter()
|
H A D | ResolverWrapperActivity.java | 54 List<Intent> payloadIntents, Intent[] initialIntents, List<ResolveInfo> rList, in createResolverListAdapter() argument 56 return new ResolverWrapperAdapter(context, payloadIntents, initialIntents, rList, in createResolverListAdapter()
|
H A D | ChooserWrapperActivity.java | 66 Intent[] initialIntents, List<ResolveInfo> rList, boolean filterLastUsed, in createChooserListAdapter() argument 71 return new ChooserListAdapter(context, payloadIntents, initialIntents, rList, in createChooserListAdapter()
|
H A D | ChooserListAdapterTest.kt | 220 rList: List<ResolveInfo>?, 234 rList,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
H A D | UsbResolverActivity.java | 75 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 D | ResolverActivity.java | 406 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 D | ChooserActivity.java | 836 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 D | ChooserListAdapter.java | 142 Intent[] initialIntents, List<ResolveInfo> rList, in ChooserListAdapter() argument 151 super(context, payloadIntents, null, rList, filterLastUsed, in ChooserListAdapter()
|
H A D | ResolverListAdapter.java | 98 Intent[] initialIntents, List<ResolveInfo> rList, in ResolverListAdapter() argument 107 mBaseResolveList = rList; in ResolverListAdapter()
|