Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DShortcutHelper.java146 ShortcutServiceInternal shortcutServiceInternal) { in ShortcutHelper() argument
149 mShortcutServiceInternal = shortcutServiceInternal; in ShortcutHelper()
158 void setShortcutServiceInternal(ShortcutServiceInternal shortcutServiceInternal) { in setShortcutServiceInternal() argument
159 mShortcutServiceInternal = shortcutServiceInternal; in setShortcutServiceInternal()
/frameworks/base/services/usage/java/com/android/server/usage/
DUsageStatsService.java493 final ShortcutServiceInternal shortcutServiceInternal = getShortcutServiceInternal(); in shouldHideShortcutInvocationEvents() local
494 if (shortcutServiceInternal != null) { in shouldHideShortcutInvocationEvents()
495 return !shortcutServiceInternal.hasShortcutHostPermission(userId, callingPackage, in shouldHideShortcutInvocationEvents()