/cts/tests/tests/os/CompanionTestApp/src/android/os/cts/companiontestapp/ |
D | NotificationListener.kt | 26 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/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/notifications/ |
D | NeneNotificationListenerService.java | 56 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() method in NeneNotificationListenerService 57 Notifications.sInstance.onNotificationPosted(sbn); in onNotificationPosted()
|
D | Notifications.java | 113 void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() method in Notifications 115 notificationListener.onNotificationPosted(sbn); in onNotificationPosted()
|
D | NotificationListener.java | 67 void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() method in NotificationListener
|
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/ |
D | NotificationListener.java | 59 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() method in NotificationListener
|
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | NotificationListener.java | 59 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() method in NotificationListener
|
D | CrossProfileNotificationListenerService.java | 34 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() method in CrossProfileNotificationListenerService
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | NotificationListener.java | 68 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() method in NotificationListener
|
/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/ |
D | SecondaryNotificationListener.java | 75 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() method in SecondaryNotificationListener
|
D | TestNotificationListener.java | 78 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() method in TestNotificationListener
|
/cts/tests/tests/notificationlegacy/notificationlegacy20/src/android/app/notification/legacy20/cts/ |
D | TestNotificationListener.java | 76 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() method in TestNotificationListener
|
/cts/tests/app/app/src/android/app/stubs/ |
D | TestNotificationListener.java | 103 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() method in TestNotificationListener
|
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/ |
D | TestNotificationListener.java | 85 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() method in TestNotificationListener
|
/cts/tests/tests/systemui/src/android/systemui/cts/ |
D | NotificationListener.kt | 26 override fun onNotificationPosted(sbn: StatusBarNotification) { in onNotificationPosted() method in android.systemui.cts.NotificationListener
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
D | MockListener.java | 158 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() method in MockListener
|
/cts/tests/app/src/android/app/cts/ |
D | NotificationManagerTest.java | 2837 listener.onNotificationPosted(null); in testNotificationListenerMethods() 2838 listener.onNotificationPosted(null, null); in testNotificationListenerMethods()
|