Searched refs:shortcutServiceInternal (Results 1 – 2 of 2) sorted by relevance
149 ShortcutServiceInternal shortcutServiceInternal, UserManager userManager) { in ShortcutHelper() argument152 mShortcutServiceInternal = shortcutServiceInternal; in ShortcutHelper()162 void setShortcutServiceInternal(ShortcutServiceInternal shortcutServiceInternal) { in setShortcutServiceInternal() argument163 mShortcutServiceInternal = shortcutServiceInternal; in setShortcutServiceInternal()
641 final ShortcutServiceInternal shortcutServiceInternal = getShortcutServiceInternal(); in shouldHideShortcutInvocationEvents() local642 if (shortcutServiceInternal != null) { in shouldHideShortcutInvocationEvents()643 return !shortcutServiceInternal.hasShortcutHostPermission(userId, callingPackage, in shouldHideShortcutInvocationEvents()