Home
last modified time | relevance | path

Searched refs:onNotificationRemoved (Results 1 – 9 of 9) sorted by relevance

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCrossProfileNotificationListenerService.java40 public void onNotificationRemoved(StatusBarNotification sbn) { in onNotificationRemoved() method in CrossProfileNotificationListenerService
/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/
DSecondaryNotificationListener.java81 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationRemoved() method in SecondaryNotificationListener
DTestNotificationListener.java85 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap, in onNotificationRemoved() method in TestNotificationListener
/cts/tests/tests/notificationlegacy/notificationlegacy20/src/android/app/notification/legacy20/cts/
DTestNotificationListener.java83 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationRemoved() method in TestNotificationListener
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DMockListener.java180 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/systemui/src/android/systemui/cts/
DNotificationListener.kt30 override fun onNotificationRemoved(sbn: StatusBarNotification) { in onNotificationRemoved() method in android.systemui.cts.NotificationListener
/cts/tests/app/app/src/android/app/stubs/
DTestNotificationListener.java110 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap, in onNotificationRemoved() method in TestNotificationListener
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DTestNotificationListener.java95 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationRemoved() method in TestNotificationListener
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java2865 listener.onNotificationRemoved(null); in testNotificationListenerMethods()
2866 listener.onNotificationRemoved(null, null); in testNotificationListenerMethods()