Home
last modified time | relevance | path

Searched refs:rci (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
DResolverListController.java147 final ResolverActivity.ResolvedComponentInfo rci = into.get(j); in addResolveListDedupe() local
148 if (isSameResolvedComponent(newInfo, rci)) { in addResolveListDedupe()
150 rci.add(intent, newInfo); in addResolveListDedupe()
157 final ResolverActivity.ResolvedComponentInfo rci = in addResolveListDedupe() local
159 into.add(rci); in addResolveListDedupe()
DResolverRankerServiceResolverComparator.java492 static boolean isPersistentProcess(ResolvedComponentInfo rci) { in isPersistentProcess() argument
493 if (rci != null && rci.getCount() > 0) { in isPersistentProcess()
494 return (rci.getResolveInfoAt(0).activityInfo.applicationInfo.flags & in isPersistentProcess()
DResolverActivity.java1864 for (ResolvedComponentInfo rci : sortedComponents) {
1865 final ResolveInfo ri = rci.getResolveInfoAt(0);
1870 addResolveInfoWithAlternates(rci, pg.getSubLabel(), pg.getLabel());
1917 private void addResolveInfoWithAlternates(ResolvedComponentInfo rci,
1919 final int count = rci.getCount();
1920 final Intent intent = rci.getIntentAt(0);
1921 final ResolveInfo add = rci.getResolveInfoAt(0);
1930 final Intent altIntent = rci.getIntentAt(i);