Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wallpaper/
DWallpaperTypePreferenceController.java74 final List<ResolveInfo> rList = pm.queryIntentActivities(intent, in populateWallpaperTypes() local
101 private void removeUselessExistingPreference(List<ResolveInfo> rList) { in removeUselessExistingPreference()
/packages/apps/Nfc/src/com/android/nfc/
DTechListChooserActivity.java42 ArrayList<ResolveInfo> rList = intent.getParcelableArrayListExtra(EXTRA_RESOLVE_INFOS); in onCreate() local
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DChooserActivity.java454 List<ResolveInfo> rList, in createMultiProfilePagerAdapter()
503 List<ResolveInfo> rList, in createChooserMultiProfilePagerAdapterForOneProfile()
523 List<ResolveInfo> rList, in createChooserMultiProfilePagerAdapterForTwoProfiles()
DResolverListAdapter.java105 List<ResolveInfo> rList, in ResolverListAdapter()
DChooserListAdapter.java136 List<ResolveInfo> rList, in ChooserListAdapter()
/packages/modules/IntentResolver/java/tests/src/com/android/intentresolver/
DResolverWrapperAdapter.java39 List<ResolveInfo> rList, in ResolverWrapperAdapter()
DResolverWrapperActivity.java59 List<Intent> payloadIntents, Intent[] initialIntents, List<ResolveInfo> rList, in createResolverListAdapter()
DChooserWrapperActivity.java67 List<ResolveInfo> rList, in createChooserListAdapter()