Home
last modified time | relevance | path

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

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
DDeleteNonRequiredAppsTask.java227 Intent launcherIntent = new Intent(Intent.ACTION_MAIN); in getCurrentAppsWithLauncher() local
228 launcherIntent.addCategory(Intent.CATEGORY_LAUNCHER); in getCurrentAppsWithLauncher()
229 List<ResolveInfo> resolveInfos = mPm.queryIntentActivitiesAsUser(launcherIntent, in getCurrentAppsWithLauncher()
/packages/apps/Settings/src/com/android/settings/users/
DAppRestrictionsFragment.java540 Intent launcherIntent = new Intent(Intent.ACTION_MAIN); in fetchAndMergeApps() local
541 launcherIntent.addCategory(Intent.CATEGORY_LAUNCHER); in fetchAndMergeApps()
542 addSystemApps(mVisibleApps, launcherIntent, excludePackages); in fetchAndMergeApps()