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