Searched refs:resolveInfoList (Results 1 – 6 of 6) sorted by relevance
46 List<ResolveInfo> resolveInfoList = new ArrayList<>(); in testFilterInputMethodServices_loadsAllImesBelowThreshold() local48 resolveInfoList.add( in testFilterInputMethodServices_loadsAllImesBelowThreshold()59 List<ResolveInfo> resolveInfoList = new ArrayList<>(); in testFilterInputMethodServices_ignoresImesBeyondThreshold() local61 resolveInfoList.add( in testFilterInputMethodServices_ignoresImesBeyondThreshold()73 List<ResolveInfo> resolveInfoList = new ArrayList<>(); in testFilterInputMethodServices_loadsSystemImesBeyondThreshold() local75 resolveInfoList.add( in testFilterInputMethodServices_loadsSystemImesBeyondThreshold()88 List<ResolveInfo> resolveInfoList = new ArrayList<>(); in testFilterInputMethodServices_ignoresImesBeyondThresholdFromTwoPackages() local90 resolveInfoList.add( in testFilterInputMethodServices_ignoresImesBeyondThresholdFromTwoPackages()94 resolveInfoList.add( in testFilterInputMethodServices_ignoresImesBeyondThresholdFromTwoPackages()111 resolveInfoList.add( in testFilterInputMethodServices_stillLoadsEnabledImesBeyondThreshold()[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()
314 List<ResolveInfo> resolveInfoList = packageManager.queryIntentActivities(intent, 0); in assertCanBeHandled() local315 assertNotNull(resolveInfoList); in assertCanBeHandled()317 assertTrue(resolveInfoList.size() > 0); in assertCanBeHandled()
674 List<ResolveInfo> resolveInfoList = new ArrayList<>(); in resolveInfoFromCrossProfileDomainInfo() local677 resolveInfoList.add(crossProfileDomainInfos.get(infoIndex).mResolveInfo); in resolveInfoFromCrossProfileDomainInfo()680 return resolveInfoList; in resolveInfoFromCrossProfileDomainInfo()
928 List<ResolveInfo> resolveInfoList = packageManager.queryIntentActivities( in replacePreferredActivity() local931 List<ComponentName> components = resolveInfoList.stream().map(info -> in replacePreferredActivity()