Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/
DAppCopyHelper.java146 addSystemApps(mVisibleApps, launcherIntent); in addCurrentUsersApps()
150 addSystemApps(mVisibleApps, widgetIntent); in addCurrentUsersApps()
211 private void addSystemApps(List<SelectableAppInfo> visibleApps, Intent intent) { in addSystemApps() method in AppCopyHelper
DAppRestrictionsHelper.java177 addSystemApps(mVisibleApps, launcherIntent, excludePackages); in fetchAndMergeApps()
181 addSystemApps(mVisibleApps, widgetIntent, excludePackages); in fetchAndMergeApps()
299 private void addSystemApps(List<SelectableAppInfo> visibleApps, Intent intent, in addSystemApps() method in AppRestrictionsHelper