Searched defs:onNotificationRemoved (Results 1 – 7 of 7) sorted by relevance
40 public void onNotificationRemoved(StatusBarNotification sbn) { in onNotificationRemoved() method in CrossProfileNotificationListenerService
143 public void onNotificationRemoved(StatusBarNotification sbn) { in onNotificationRemoved() method in TestNotificationListener159 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap, in onNotificationRemoved() method in TestNotificationListener
198 public void onNotificationRemoved(StatusBarNotification sbn) { in onNotificationRemoved() method in TestNotificationAssistant206 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap, in onNotificationRemoved() method in TestNotificationAssistant
180 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationRemoved() method in MockListener189 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap, in onNotificationRemoved() method in MockListener
81 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationRemoved() method in SecondaryNotificationListener
133 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationRemoved() method in TestNotificationListener
30 override fun onNotificationRemoved(sbn: StatusBarNotification) { in onNotificationRemoved() method in android.systemui.cts.NotificationListener