Home
last modified time | relevance | path

Searched refs:mVisibleApps (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/
DAppRestrictionsHelper.java63 private List<SelectableAppInfo> mVisibleApps; field in AppRestrictionsHelper
93 return mVisibleApps; in getVisibleApps()
161 mVisibleApps = new ArrayList<>(); in fetchAndMergeApps()
175 addSystemApps(mVisibleApps, launcherIntent, excludePackages); in fetchAndMergeApps()
179 addSystemApps(mVisibleApps, widgetIntent, excludePackages); in fetchAndMergeApps()
195 mVisibleApps.add(info); in fetchAndMergeApps()
236 mVisibleApps.add(info); in fetchAndMergeApps()
242 Collections.sort(mVisibleApps, new AppLabelComparator()); in fetchAndMergeApps()
246 for (int i = mVisibleApps.size() - 1; i >= 0; i--) { in fetchAndMergeApps()
247 SelectableAppInfo info = mVisibleApps.get(i); in fetchAndMergeApps()
[all …]