Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/
DAppRestrictionsHelper.java161 Intent launcherIntent = new Intent(Intent.ACTION_MAIN); in fetchAndMergeApps() local
163 launcherIntent.addCategory(Intent.CATEGORY_LEANBACK_LAUNCHER); in fetchAndMergeApps()
165 launcherIntent.addCategory(Intent.CATEGORY_LAUNCHER); in fetchAndMergeApps()
167 addSystemApps(mVisibleApps, launcherIntent, excludePackages); in fetchAndMergeApps()