Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/notification/
DNotificationAccessConfirmationActivityContract.java30 public static Intent launcherIntent(int userId, ComponentName component, String packageTitle) { in launcherIntent() method in NotificationAccessConfirmationActivityContract
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/
DAppRestrictionsHelper.java169 Intent launcherIntent = new Intent(Intent.ACTION_MAIN); in fetchAndMergeApps() local
171 launcherIntent.addCategory(Intent.CATEGORY_LEANBACK_LAUNCHER); in fetchAndMergeApps()
173 launcherIntent.addCategory(Intent.CATEGORY_LAUNCHER); in fetchAndMergeApps()
175 addSystemApps(mVisibleApps, launcherIntent, excludePackages); in fetchAndMergeApps()
/frameworks/base/services/companion/java/com/android/server/companion/
DCompanionDeviceManagerService.java294 NotificationAccessConfirmationActivityContract.launcherIntent( in requestNotificationAccess()