/cts/tests/tests/companion/CompanionDeviceTestApp/src/android.os.cts.companiondevicetestapp/ |
D | NotificationListener.kt | 26 onNotificationPosted(activeNotification) in onListenerConnected() 30 override fun onNotificationPosted(sbn: StatusBarNotification) { in onNotificationPosted() method in android.os.cts.companiondevicetestapp.NotificationListener 31 super.onNotificationPosted(sbn) in onNotificationPosted()
|
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/notifications/ |
D | NeneNotificationListenerService.kt | 42 override fun onNotificationPosted(sbn: StatusBarNotification) { in onNotificationPosted() method in com.android.bedstead.nene.notifications.NeneNotificationListenerService 43 Notifications.onNotificationPosted(Notification(sbn)) in onNotificationPosted()
|
D | Notifications.kt | 92 internal fun onNotificationPosted(notification: Notification) { in <lambda>() method 94 notificationListener.onNotificationPosted(notification) in <lambda>()
|
D | NotificationListener.kt | 66 internal fun onNotificationPosted(notification: Notification) { in onNotificationPosted() method in com.android.bedstead.nene.notifications.NotificationListener
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21144/src/android/security/cts/CVE_2023_21144/ |
D | PocListenerService.java | 26 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() method in PocListenerService
|
/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 | 62 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
|
/cts/tests/app/shared/src/android/app/stubs/shared/ |
D | TestNotificationListener.java | 107 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() method in TestNotificationListener 121 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() method in TestNotificationListener
|
D | TestNotificationAssistant.java | 193 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() method in TestNotificationAssistant
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0704/test-app/src/android/security/cts/CVE_2021_0704_test/ |
D | ListenerService.java | 45 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() method in ListenerService
|
/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/tests/JobScheduler/src/android/jobscheduler/cts/ |
D | TestNotificationListener.java | 121 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() method in TestNotificationListener
|
/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/tests/notification/src/android/app/notification/current/cts/ |
D | NotificationManagerTest.java | 2031 listener.onNotificationPosted(null); in testNotificationListenerMethods() 2032 listener.onNotificationPosted(null, null); in testNotificationListenerMethods()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 41169 …method @UiThread public void onNotificationPosted(android.service.notification.StatusBarNotificati… 41170 …method @UiThread public void onNotificationPosted(android.service.notification.StatusBarNotificati…
|