Searched refs:notifyRemoveNotification (Results 1 – 3 of 3) sorted by relevance
335 void notifyRemoveNotification(String key, int reason); in notifyRemoveNotification() method
1779 mSysuiProxy.notifyRemoveNotification(bubble.getKey(), REASON_CANCEL);
303 public void notifyRemoveNotification(String key, int reason) { in BubblesManager()