Home
last modified time | relevance | path

Searched refs:mShortcutListener (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DShortcutHelper.java69 private ShortcutListener mShortcutListener; field in ShortcutHelper
141 if (mShortcutListener != null) {
142 mShortcutListener.onShortcutRemoved(bubbleKey);
151 mShortcutListener = listener; in ShortcutHelper()
H A DNotificationManagerService.java2764 mShortcutHelper = new ShortcutHelper(launcherApps, mShortcutListener, getLocalService(
7204 private ShortcutHelper.ShortcutListener mShortcutListener =
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DShortcutHelperTest.java73 ShortcutHelper.ShortcutListener mShortcutListener; field in ShortcutHelperTest
98 mLauncherApps, mShortcutListener, mShortcutServiceInternal, mUserManager); in setUp()
229 verify(mShortcutListener).onShortcutRemoved(mNr.getKey()); in testListenerNotifiedOnShortcutRemoved()