Searched defs:onNotificationRemoved (Results 1 – 8 of 8) sorted by relevance
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | CrossProfileNotificationListenerService.java | 40 public void onNotificationRemoved(StatusBarNotification sbn) { in onNotificationRemoved() method in CrossProfileNotificationListenerService
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
D | MockListener.java | 180 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationRemoved() method in MockListener 189 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap, in onNotificationRemoved() method in MockListener
|
/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/ |
D | SecondaryNotificationListener.java | 81 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationRemoved() method in SecondaryNotificationListener
|
D | TestNotificationListener.java | 85 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap, in onNotificationRemoved() method in TestNotificationListener
|
/cts/tests/tests/notificationlegacy/notificationlegacy20/src/android/app/notification/legacy20/cts/ |
D | TestNotificationListener.java | 83 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationRemoved() method in TestNotificationListener
|
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/ |
D | TestNotificationListener.java | 95 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationRemoved() method in TestNotificationListener
|
/cts/tests/app/app/src/android/app/stubs/ |
D | TestNotificationListener.java | 110 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap, in onNotificationRemoved() method in TestNotificationListener
|
/cts/tests/tests/systemui/src/android/systemui/cts/ |
D | NotificationListener.kt | 30 override fun onNotificationRemoved(sbn: StatusBarNotification) { in onNotificationRemoved() method in android.systemui.cts.NotificationListener
|