Home | History | Annotate | Download | only in phone

Lines Matching refs:resolveInfos

1987         List<ResolveInfo> resolveInfos = pm.queryIntentActivities(intent, 0);
1988 int len = resolveInfos.size() + 1; // +1 for the default choice we will insert.
1992 for (int i = 0; i < resolveInfos.size(); i++) {
1993 final ResolveInfo ri= resolveInfos.get(i);
2024 for (int i = 0; i < resolveInfos.size(); i++) {
2025 final String key = makeKeyForActivity(resolveInfos.get(i).activityInfo);