Searched defs:appList (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DDefaultLayoutParser.java119 final List<ResolveInfo> appList = mPackageManager.queryIntentActivities(
124 if (wouldLaunchResolverActivity(resolved, appList)) {
126 final ResolveInfo systemApp = getSingleSystemActivity(appList);
148 private ResolveInfo getSingleSystemActivity(List<ResolveInfo> appList) { argument
150 final int N = appList.size();
154 appList.get(i).activityInfo.packageName, 0);
159 systemResolve = appList.get(i);
171 List<ResolveInfo> appList) {
174 for (int i = 0; i < appList.size(); ++i) {
175 ResolveInfo tmp = appList
170 wouldLaunchResolverActivity(ResolveInfo resolved, List<ResolveInfo> appList) argument
[all...]
/packages/apps/Settings/src/com/android/settings/
H A DUsageStatsActivity.java62 AppNameComparator(Map<String, String> appList) { argument
63 mAppLabelList = appList;

Completed in 93 milliseconds