Searched refs:onShortcutRemoved (Results 1 – 3 of 3) sorted by relevance
65 void onShortcutRemoved(String key); in onShortcutRemoved() method142 mShortcutListener.onShortcutRemoved(bubbleKey);
7910 public void onShortcutRemoved(String key) {
229 verify(mShortcutListener).onShortcutRemoved(mNr.getKey()); in testListenerNotifiedOnShortcutRemoved()