Searched refs:appList (Results 1 – 7 of 7) sorted by relevance
70 final List<ResolveInfo> appList = packageManager.queryIntentActivitiesAsUser( in getTargetActivityInfo() local72 if (appList.size() == 0) { in getTargetActivityInfo()77 if (resolved == null || wouldLaunchResolverActivity(resolved, appList)) { in getTargetActivityInfo()107 public boolean wouldLaunchResolverActivity(ResolveInfo resolved, List<ResolveInfo> appList) { in wouldLaunchResolverActivity() argument110 for (int i = 0; i < appList.size(); i++) { in wouldLaunchResolverActivity()111 ResolveInfo tmp = appList.get(i); in wouldLaunchResolverActivity()
128 final List<ResolveInfo> appList = packageManager.queryIntentActivitiesAsUser( in getWidgetInfo() local130 if (appList.size() == 0) { in getWidgetInfo()136 if (mActivityIntentHelper.wouldLaunchResolverActivity(resolved, appList)) { in getWidgetInfo()
391 List<ApplicationInfo> appList = associatedApps.get(carrierAppPackage); in getDefaultCarrierAssociatedAppsHelper() local392 if (appList == null) { in getDefaultCarrierAssociatedAppsHelper()393 appList = new ArrayList<>(); in getDefaultCarrierAssociatedAppsHelper()394 associatedApps.put(carrierAppPackage, appList); in getDefaultCarrierAssociatedAppsHelper()396 appList.add(ai); in getDefaultCarrierAssociatedAppsHelper()
414 final ArrayList<ApplicationInfo> appList = new ArrayList<>(); in removeAndInstall_noWorkprofile_doResumeIfNeededLocked_shouldClearEntries() local416 appList.add(appInfo); in removeAndInstall_noWorkprofile_doResumeIfNeededLocked_shouldClearEntries()418 appList.add(appInfo); in removeAndInstall_noWorkprofile_doResumeIfNeededLocked_shouldClearEntries()419 setupDoResumeIfNeededLocked(appList, null); in removeAndInstall_noWorkprofile_doResumeIfNeededLocked_shouldClearEntries()452 final ArrayList<ApplicationInfo> appList = new ArrayList<>(); in noAppRemoved_noWorkprofile_doResumeIfNeededLocked_shouldNotClearEntries() local454 appList.add(appInfo); in noAppRemoved_noWorkprofile_doResumeIfNeededLocked_shouldNotClearEntries()456 appList.add(appInfo); in noAppRemoved_noWorkprofile_doResumeIfNeededLocked_shouldNotClearEntries()457 setupDoResumeIfNeededLocked(appList, null); in noAppRemoved_noWorkprofile_doResumeIfNeededLocked_shouldNotClearEntries()
138 String appList = args.getString(KEY_APPS); in parseArgs() local143 if (appList == null && procList == null) in parseArgs()145 if (appList != null) { in parseArgs()146 mNameToResultKey.putAll(parseListToMap(appList)); in parseArgs()
456 String appList = args.getString(KEY_APPS); in parseArgs() local457 if (appList == null) in parseArgs()460 String appNames[] = appList.split("\\|"); in parseArgs()
947 String appList = args.getString(KEY_APPS); in parseArgs() local948 if (appList == null) in parseArgs()951 String appNames[] = appList.split("\\|"); in parseArgs()