Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DShortcutHelper.java162 void setShortcutServiceInternal(ShortcutServiceInternal shortcutServiceInternal) { in setShortcutServiceInternal() method in ShortcutHelper
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java641 mShortcutHelper.setShortcutServiceInternal(mShortcutServiceInternal); in setUp()