Home
last modified time | relevance | path

Searched refs:onNotificationPosted (Results 1 – 13 of 13) sorted by relevance

/cts/tests/tests/os/CompanionTestApp/src/android/os/cts/companiontestapp/
DNotificationListener.kt26 onNotificationPosted(activeNotification) in onListenerConnected()
30 override fun onNotificationPosted(sbn: StatusBarNotification) { in onNotificationPosted() method in android.os.cts.companiontestapp.NotificationListener
31 super.onNotificationPosted(sbn) in onNotificationPosted()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DNotificationListener.java59 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() method in NotificationListener
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DNotificationListener.java59 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() method in NotificationListener
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DNotificationListener.java59 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() method in NotificationListener
DCrossProfileNotificationListenerService.java34 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() method in CrossProfileNotificationListenerService
/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/
DSecondaryNotificationListener.java75 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() method in SecondaryNotificationListener
DTestNotificationListener.java78 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() method in TestNotificationListener
/cts/tests/tests/notificationlegacy/notificationlegacy20/src/android/app/notification/legacy20/cts/
DTestNotificationListener.java76 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() method in TestNotificationListener
/cts/tests/tests/systemui/src/android/systemui/cts/
DNotificationListener.kt26 override fun onNotificationPosted(sbn: StatusBarNotification) { in onNotificationPosted() method in android.systemui.cts.NotificationListener
/cts/tests/app/app/src/android/app/stubs/
DTestNotificationListener.java103 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() method in TestNotificationListener
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DTestNotificationListener.java85 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() method in TestNotificationListener
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DMockListener.java158 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() method in MockListener
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java2862 listener.onNotificationPosted(null); in testNotificationListenerMethods()
2863 listener.onNotificationPosted(null, null); in testNotificationListenerMethods()