Searched defs:rList (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Settings/src/com/android/settings/wallpaper/ |
D | WallpaperTypePreferenceController.java | 74 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/ |
D | TechListChooserActivity.java | 42 ArrayList<ResolveInfo> rList = intent.getParcelableArrayListExtra(EXTRA_RESOLVE_INFOS); in onCreate() local
|
/packages/modules/IntentResolver/java/src/com/android/intentresolver/ |
D | ChooserActivity.java | 454 List<ResolveInfo> rList, in createMultiProfilePagerAdapter() 503 List<ResolveInfo> rList, in createChooserMultiProfilePagerAdapterForOneProfile() 523 List<ResolveInfo> rList, in createChooserMultiProfilePagerAdapterForTwoProfiles()
|
D | ResolverListAdapter.java | 105 List<ResolveInfo> rList, in ResolverListAdapter()
|
D | ChooserListAdapter.java | 136 List<ResolveInfo> rList, in ChooserListAdapter()
|
/packages/modules/IntentResolver/java/tests/src/com/android/intentresolver/ |
D | ResolverWrapperAdapter.java | 39 List<ResolveInfo> rList, in ResolverWrapperAdapter()
|
D | ResolverWrapperActivity.java | 59 List<Intent> payloadIntents, Intent[] initialIntents, List<ResolveInfo> rList, in createResolverListAdapter()
|
D | ChooserWrapperActivity.java | 67 List<ResolveInfo> rList, in createChooserListAdapter()
|