Searched refs:mVisibleApps (Results 1 – 1 of 1) sorted by relevance
61 private List<SelectableAppInfo> mVisibleApps; field in AppRestrictionsHelper85 return mVisibleApps; in getVisibleApps()153 mVisibleApps = new ArrayList<>(); in fetchAndMergeApps()167 addSystemApps(mVisibleApps, launcherIntent, excludePackages); in fetchAndMergeApps()171 addSystemApps(mVisibleApps, widgetIntent, excludePackages); in fetchAndMergeApps()187 mVisibleApps.add(info); in fetchAndMergeApps()228 mVisibleApps.add(info); in fetchAndMergeApps()234 Collections.sort(mVisibleApps, new AppLabelComparator()); in fetchAndMergeApps()238 for (int i = mVisibleApps.size() - 1; i >= 0; i--) { in fetchAndMergeApps()239 SelectableAppInfo info = mVisibleApps.get(i); in fetchAndMergeApps()[all …]