/frameworks/base/core/tests/coretests/src/com/android/internal/app/ |
D | ResolverWrapperActivity.java | 44 List<Intent> payloadIntents, Intent[] initialIntents, List<ResolveInfo> rList, in createResolverListAdapter() argument 46 return new ResolverWrapperAdapter(context, payloadIntents, initialIntents, rList, in createResolverListAdapter() 52 Intent[] initialIntents, List<ResolveInfo> rList, boolean filterLastUsed) { in createMultiProfilePagerAdapter() argument 54 super.createMultiProfilePagerAdapter(initialIntents, rList, filterLastUsed); in createMultiProfilePagerAdapter()
|
D | ResolverWrapperAdapter.java | 37 List<ResolveInfo> rList, boolean filterLastUsed, in ResolverWrapperAdapter() argument 40 super(context, payloadIntents, initialIntents, rList, filterLastUsed, in ResolverWrapperAdapter()
|
D | ChooserWrapperActivity.java | 54 Intent[] initialIntents, List<ResolveInfo> rList, boolean filterLastUsed) { in createMultiProfilePagerAdapter() argument 56 super.createMultiProfilePagerAdapter(initialIntents, rList, filterLastUsed); in createMultiProfilePagerAdapter() 63 Intent[] initialIntents, List<ResolveInfo> rList, boolean filterLastUsed, in createChooserListAdapter() argument 68 return new ChooserListAdapter(context, payloadIntents, initialIntents, rList, in createChooserListAdapter()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
D | UsbResolverActivity.java | 70 ArrayList<ResolveInfo> rList = new ArrayList<>( in onCreate() local 77 for (Iterator<ResolveInfo> iterator = rList.iterator(); iterator.hasNext();) { in onCreate() 128 super.onCreate(savedInstanceState, target, title, null, rList, true); in onCreate()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ResolverActivity.java | 336 List<ResolveInfo> rList, boolean supportsAlwaysUseOption) { 337 onCreate(savedInstanceState, intent, title, 0, initialIntents, rList, 343 List<ResolveInfo> rList, boolean supportsAlwaysUseOption) { 383 … mMultiProfilePagerAdapter = createMultiProfilePagerAdapter(initialIntents, rList, filterLastUsed); 443 List<ResolveInfo> rList, 449 initialIntents, rList, filterLastUsed); 452 initialIntents, rList, filterLastUsed); 459 List<ResolveInfo> rList, boolean filterLastUsed) { 464 rList, 476 List<ResolveInfo> rList, [all …]
|
D | ChooserActivity.java | 881 List<ResolveInfo> rList, 885 initialIntents, rList, filterLastUsed); 888 initialIntents, rList, filterLastUsed); 895 List<ResolveInfo> rList, 901 rList, 914 List<ResolveInfo> rList, 921 rList, 928 rList, 2552 List<Intent> payloadIntents, Intent[] initialIntents, List<ResolveInfo> rList, 2555 initialIntents, rList, filterLastUsed, [all …]
|
D | ResolverListAdapter.java | 91 Intent[] initialIntents, List<ResolveInfo> rList, in ResolverListAdapter() argument 99 mBaseResolveList = rList; in ResolverListAdapter()
|
D | ChooserListAdapter.java | 123 Intent[] initialIntents, List<ResolveInfo> rList, in ChooserListAdapter() argument 130 super(context, payloadIntents, null, rList, filterLastUsed, in ChooserListAdapter()
|