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.java63 void onShortcutRemoved(String key); in onShortcutRemoved() method
139 mShortcutListener.onShortcutRemoved(bubbleKey);
DNotificationManagerService.java5904 public void onShortcutRemoved(String key) {
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DShortcutHelperTest.java218 verify(mShortcutListener).onShortcutRemoved(mNr.getKey()); in testListenerNotifiedOnShortcutRemoved()