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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DPreviewInflater.java125 final List<ResolveInfo> appList = packageManager.queryIntentActivitiesAsUser(
127 if (appList.size() == 0) {
133 if (wouldLaunchResolverActivity(resolved, appList)) {
164 final List<ResolveInfo> appList = packageManager.queryIntentActivitiesAsUser(
166 if (appList.size() == 0) {
171 if (resolved == null || wouldLaunchResolverActivity(resolved, appList)) {
179 ResolveInfo resolved, List<ResolveInfo> appList) {
182 for (int i = 0; i < appList.size(); i++) {
183 ResolveInfo tmp = appList.get(i);
178 wouldLaunchResolverActivity( ResolveInfo resolved, List<ResolveInfo> appList) argument

Completed in 58 milliseconds