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