Searched refs:shortcutServiceInternal (Results 1 – 2 of 2) sorted by relevance
146 ShortcutServiceInternal shortcutServiceInternal) { in ShortcutHelper() argument149 mShortcutServiceInternal = shortcutServiceInternal; in ShortcutHelper()158 void setShortcutServiceInternal(ShortcutServiceInternal shortcutServiceInternal) { in setShortcutServiceInternal() argument159 mShortcutServiceInternal = shortcutServiceInternal; in setShortcutServiceInternal()
493 final ShortcutServiceInternal shortcutServiceInternal = getShortcutServiceInternal(); in shouldHideShortcutInvocationEvents() local494 if (shortcutServiceInternal != null) { in shouldHideShortcutInvocationEvents()495 return !shortcutServiceInternal.hasShortcutHostPermission(userId, callingPackage, in shouldHideShortcutInvocationEvents()