Searched refs:appList (Results 1 – 5 of 5) sorted by relevance
125 final List<ResolveInfo> appList = packageManager.queryIntentActivitiesAsUser( in getWidgetInfo() local127 if (appList.size() == 0) { in getWidgetInfo()133 if (wouldLaunchResolverActivity(resolved, appList)) { in getWidgetInfo()164 final List<ResolveInfo> appList = packageManager.queryIntentActivitiesAsUser( in getTargetActivityInfo() local166 if (appList.size() == 0) { in getTargetActivityInfo()171 if (resolved == null || wouldLaunchResolverActivity(resolved, appList)) { in getTargetActivityInfo()179 ResolveInfo resolved, List<ResolveInfo> appList) { in wouldLaunchResolverActivity() argument182 for (int i = 0; i < appList.size(); i++) { in wouldLaunchResolverActivity()183 ResolveInfo tmp = appList.get(i); in wouldLaunchResolverActivity()
341 List<ApplicationInfo> appList = associatedApps.get(carrierAppPackage); in getDefaultCarrierAssociatedAppsHelper() local342 if (appList == null) { in getDefaultCarrierAssociatedAppsHelper()343 appList = new ArrayList<>(); in getDefaultCarrierAssociatedAppsHelper()344 associatedApps.put(carrierAppPackage, appList); in getDefaultCarrierAssociatedAppsHelper()346 appList.add(ai); in getDefaultCarrierAssociatedAppsHelper()
134 String appList = args.getString(KEY_APPS); in parseArgs() local139 if (appList == null && procList == null) in parseArgs()141 if (appList != null) { in parseArgs()142 mNameToResultKey.putAll(parseListToMap(appList)); in parseArgs()
455 String appList = args.getString(KEY_APPS); in parseArgs() local456 if (appList == null) in parseArgs()459 String appNames[] = appList.split("\\|"); in parseArgs()
470 String appList = args.getString(KEY_APPS); in parseArgs() local471 if (appList == null) in parseArgs()474 String appNames[] = appList.split("\\|"); in parseArgs()