Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DShortcutHelper.java149 ShortcutServiceInternal shortcutServiceInternal, UserManager userManager) { in ShortcutHelper() argument
152 mShortcutServiceInternal = shortcutServiceInternal; in ShortcutHelper()
162 void setShortcutServiceInternal(ShortcutServiceInternal shortcutServiceInternal) { in setShortcutServiceInternal() argument
163 mShortcutServiceInternal = shortcutServiceInternal; in setShortcutServiceInternal()
/aosp14/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsService.java641 final ShortcutServiceInternal shortcutServiceInternal = getShortcutServiceInternal(); in shouldHideShortcutInvocationEvents() local
642 if (shortcutServiceInternal != null) { in shouldHideShortcutInvocationEvents()
643 return !shortcutServiceInternal.hasShortcutHostPermission(userId, callingPackage, in shouldHideShortcutInvocationEvents()