Home
last modified time | relevance | path

Searched defs:rList (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/wallpaper/
H A DWallpaperTypePreferenceController.java74 final List<ResolveInfo> rList = pm.queryIntentActivities(intent, in populateWallpaperTypes() local
101 private void removeUselessExistingPreference(List<ResolveInfo> rList) { in removeUselessExistingPreference()
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DResolverWrapperActivity.java44 List<Intent> payloadIntents, Intent[] initialIntents, List<ResolveInfo> rList, in createResolverListAdapter()
52 Intent[] initialIntents, List<ResolveInfo> rList, boolean filterLastUsed) { in createMultiProfilePagerAdapter()
H A DResolverWrapperAdapter.java37 List<ResolveInfo> rList, boolean filterLastUsed, in ResolverWrapperAdapter()
H A DChooserWrapperActivity.java55 Intent[] initialIntents, List<ResolveInfo> rList, boolean filterLastUsed) { in createMultiProfilePagerAdapter()
64 Intent[] initialIntents, List<ResolveInfo> rList, boolean filterLastUsed, in createChooserListAdapter()
/aosp12/packages/apps/Nfc/src/com/android/nfc/
H A DTechListChooserActivity.java42 ArrayList<ResolveInfo> rList = intent.getParcelableArrayListExtra(EXTRA_RESOLVE_INFOS); in onCreate() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbResolverActivity.java70 ArrayList<ResolveInfo> rList = new ArrayList<>( in onCreate() local
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DResolverListAdapter.java91 Intent[] initialIntents, List<ResolveInfo> rList, in ResolverListAdapter()
H A DChooserListAdapter.java104 Intent[] initialIntents, List<ResolveInfo> rList, in ChooserListAdapter()