Searched refs:onShortcutRemoved (Results 1 – 3 of 3) sorted by relevance
63 void onShortcutRemoved(String key); in onShortcutRemoved() method139 mShortcutListener.onShortcutRemoved(bubbleKey);
5904 public void onShortcutRemoved(String key) {
218 verify(mShortcutListener).onShortcutRemoved(mNr.getKey()); in testListenerNotifiedOnShortcutRemoved()