Searched refs:addSystemApps (Results 1 – 2 of 2) sorted by relevance
146 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
177 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