Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DShortcutHelper.java65 void onShortcutRemoved(String key); in onShortcutRemoved() method
142 mShortcutListener.onShortcutRemoved(bubbleKey);
DNotificationManagerService.java7910 public void onShortcutRemoved(String key) {
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DShortcutHelperTest.java229 verify(mShortcutListener).onShortcutRemoved(mNr.getKey()); in testListenerNotifiedOnShortcutRemoved()