HomeSort by relevance Sort by last modified time
    Searched refs:rList (Results 1 - 5 of 5) sorted by null

  /packages/apps/Nfc/src/com/android/nfc/
TechListChooserActivity.java 30 public static final String EXTRA_RESOLVE_INFOS = "rlist";
42 ArrayList<ResolveInfo> rList = intent.getParcelableArrayListExtra(EXTRA_RESOLVE_INFOS);
44 super.onCreate(savedInstanceState, target, title, null, rList, false);
  /packages/apps/Settings/src/com/android/settings/
WallpaperTypeSettings.java 48 final List<ResolveInfo> rList = pm.queryIntentActivities(intent,
54 for (ResolveInfo info : rList) {
75 final List<ResolveInfo> rList = pm.queryIntentActivities(intent,
79 for (ResolveInfo info : rList) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbResolverActivity.java 43 public static final String EXTRA_RESOLVE_INFOS = "rlist";
59 ArrayList<ResolveInfo> rList = intent.getParcelableArrayListExtra(EXTRA_RESOLVE_INFOS);
61 super.onCreate(savedInstanceState, target, title, null, rList,
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/resolver/
ResolverActivity.java 105 CharSequence title, Intent[] initialIntents, List<ResolveInfo> rList,
127 mListHelper = new ResolveListHelper(this, intent, initialIntents, rList,
408 Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid) {
412 mBaseResolveList = rList;
542 private void processGroup(List<ResolveInfo> rList, int start, int end, ResolveInfo ro,
561 ResolveInfo jRi = rList.get(j);
574 ResolveInfo add = rList.get(k);
  /frameworks/base/core/java/com/android/internal/app/
ResolverActivity.java 200 List<ResolveInfo> rList, boolean alwaysUseOption) {
201 onCreate(savedInstanceState, intent, title, 0, initialIntents, rList, alwaysUseOption);
206 List<ResolveInfo> rList, boolean alwaysUseOption) {
236 mAdapter = new ResolveListAdapter(this, initialIntents, rList,
791 List<ResolveInfo> rList, int launchedFromUid, boolean filterLastUsed) {
793 mBaseResolveList = rList;
    [all...]

Completed in 157 milliseconds