Searched refs:resolveInfoList (Results 1 – 7 of 7) sorted by relevance
45 List<ResolveInfo> resolveInfoList = new ArrayList<>(); in testFilterInputMethodServices_loadsAllImesBelowThreshold() local47 resolveInfoList.add( in testFilterInputMethodServices_loadsAllImesBelowThreshold()51 final List<InputMethodInfo> methodList = filterInputMethodServices(resolveInfoList, in testFilterInputMethodServices_loadsAllImesBelowThreshold()58 List<ResolveInfo> resolveInfoList = new ArrayList<>(); in testFilterInputMethodServices_ignoresImesBeyondThreshold() local60 resolveInfoList.add( in testFilterInputMethodServices_ignoresImesBeyondThreshold()64 final List<InputMethodInfo> methodList = filterInputMethodServices(resolveInfoList, in testFilterInputMethodServices_ignoresImesBeyondThreshold()72 List<ResolveInfo> resolveInfoList = new ArrayList<>(); in testFilterInputMethodServices_loadsSystemImesBeyondThreshold() local74 resolveInfoList.add( in testFilterInputMethodServices_loadsSystemImesBeyondThreshold()79 final List<InputMethodInfo> methodList = filterInputMethodServices(resolveInfoList, in testFilterInputMethodServices_loadsSystemImesBeyondThreshold()87 List<ResolveInfo> resolveInfoList = new ArrayList<>(); in testFilterInputMethodServices_ignoresImesBeyondThresholdFromTwoPackages() local[all …]
156 List<ResolveInfo> resolveInfoList = in getInstalledDialerApplications() local161 for (ResolveInfo resolveInfo : resolveInfoList) { in getInstalledDialerApplications()217 final List<ResolveInfo> resolveInfoList = context.getPackageManager() in filterByIntent() local219 final int length = resolveInfoList.size(); in filterByIntent()221 final ActivityInfo info = resolveInfoList.get(i).activityInfo; in filterByIntent()
84 List<ResolveInfo> resolveInfoList = new ArrayList(); in setUpLocal() local86 resolveInfoList = new ArrayList(Collections.singleton(new ResolveInfo())); in setUpLocal()89 any(Integer.class))).thenReturn(resolveInfoList); in setUpLocal()
175 List<ResolveInfo> resolveInfoList = packageManager.queryIntentActivities(intent, in findBestActivity() local178 (ActivityInfo) findBestComponent(packageManager, resolveInfoList); in findBestActivity()190 List<ResolveInfo> resolveInfoList = in findBestComponent() local192 ComponentInfo bestComponent = findBestComponent(packageManager, resolveInfoList); in findBestComponent()1186 PackageManager packageManager, List<ResolveInfo> resolveInfoList) { in findBestComponent() argument1189 if (resolveInfoList != null) { in findBestComponent()1190 for (ResolveInfo resolveInfo : resolveInfoList) { in findBestComponent()
685 List<ResolveInfo> resolveInfoList = new ArrayList<>(); in resolveInfoFromCrossProfileDomainInfo() local688 resolveInfoList.add(crossProfileDomainInfos.get(infoIndex).mResolveInfo); in resolveInfoFromCrossProfileDomainInfo()691 return resolveInfoList; in resolveInfoFromCrossProfileDomainInfo()
314 List<ResolveInfo> resolveInfoList = packageManager.queryIntentActivities(intent, 0); in assertCanBeHandled() local315 assertNotNull(resolveInfoList); in assertCanBeHandled()317 assertTrue(resolveInfoList.size() > 0); in assertCanBeHandled()
928 List<ResolveInfo> resolveInfoList = packageManager.queryIntentActivities( in replacePreferredActivity() local931 List<ComponentName> components = resolveInfoList.stream().map(info -> in replacePreferredActivity()