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.java61 private List<SelectableAppInfo> mVisibleApps; field in AppRestrictionsHelper
85 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 …]