Home
last modified time | relevance | path

Searched defs:onNotificationPosted (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/aosp_15_r20/cts/tests/app/shared/src/android/app/stubs/shared/
H A DTestNotificationListener.java107 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() method in TestNotificationListener
121 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() method in TestNotificationListener
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationListener.java239 public void onNotificationPosted(final StatusBarNotification sbn) { in onNotificationPosted() method in NotificationListener
324 void onNotificationPosted(PackageUserKey postedPackageUserKey, in onNotificationPosted() method
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationListener.java136 public void onNotificationPosted(final StatusBarNotification sbn, in onNotificationPosted() method in NotificationListener
301 void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap); in onNotificationPosted() method
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationAttentionHelper.java1253 abstract void onNotificationPosted(NotificationRecord record); in onNotificationPosted() method in PolitenessStrategy
1414 public void onNotificationPosted(final NotificationRecord record) { in onNotificationPosted() method in StrategyPerApp
1485 void onNotificationPosted(NotificationRecord record) { in onNotificationPosted() method in StrategyAvalanche
/aosp_15_r20/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21144/src/android/security/cts/CVE_2023_21144/
H A DPocListenerService.java26 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() method in PocListenerService
/aosp_15_r20/cts/tests/tests/companion/CompanionDeviceTestApp/src/android.os.cts.companiondevicetestapp/
H A DNotificationListener.kt30 override fun onNotificationPosted(sbn: StatusBarNotification) { in onNotificationPosted() method in android.os.cts.companiondevicetestapp.NotificationListener
/aosp_15_r20/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0704/test-app/src/android/security/cts/CVE_2021_0704_test/
H A DListenerService.java45 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() method in ListenerService
/aosp_15_r20/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
H A DNotificationListener.java62 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() method in NotificationListener
H A DCrossProfileNotificationListenerService.java34 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() method in CrossProfileNotificationListenerService
/aosp_15_r20/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
H A DNotificationListener.java59 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() method in NotificationListener
/aosp_15_r20/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
H A DNotificationListener.java68 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() method in NotificationListener
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/biometrics/
H A DBiometricNotificationLogger.java45 public void onNotificationPosted(StatusBarNotification sbn, RankingMap map) { in onNotificationPosted() method in BiometricNotificationLogger
/aosp_15_r20/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/notifications/
H A DNeneNotificationListenerService.kt42 override fun onNotificationPosted(sbn: StatusBarNotification) { in onNotificationPosted() method in com.android.bedstead.nene.notifications.NeneNotificationListenerService
H A DNotificationListener.kt66 internal fun onNotificationPosted(notification: Notification) { in onNotificationPosted() method in com.android.bedstead.nene.notifications.NotificationListener
H A DNotifications.kt92 internal fun onNotificationPosted(notification: Notification) { in <lambda>() method
/aosp_15_r20/cts/hostsidetests/network-policy/app/src/com/android/cts/netpolicy/hostside/
H A DMyNotificationListenerService.java41 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() method in MyNotificationListenerService
/aosp_15_r20/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/
H A DSecondaryNotificationListener.java75 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() method in SecondaryNotificationListener
/aosp_15_r20/packages/apps/TvSystemUI/src/com/android/systemui/tv/notifications/
DTvNotificationHandler.java64 public void onNotificationPosted(StatusBarNotification sbn, in onNotificationPosted() method in TvNotificationHandler
/aosp_15_r20/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DNotificationListenerController.java38 default boolean onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() method
/aosp_15_r20/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java474 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() method in NotificationListenerService
488 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() method in NotificationListenerService
1480 public void onNotificationPosted(IStatusBarNotificationHolder sbnHolder, in onNotificationPosted() method in NotificationListenerService.NotificationListenerWrapper
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java66 public void onNotificationPosted(PackageUserKey postedPackageUserKey, in onNotificationPosted() method in PopupDataProvider
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/utils/
H A DNotificationListener.kt27 override fun onNotificationPosted(sbn: StatusBarNotification) { in onNotificationPosted() method in com.android.wm.shell.flicker.utils.NotificationListener
/aosp_15_r20/cts/tests/JobScheduler/src/android/jobscheduler/cts/
H A DTestNotificationListener.java122 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() method in TestNotificationListener
/aosp_15_r20/cts/tests/tests/systemui/src/android/systemui/cts/
H A DNotificationListener.kt26 override fun onNotificationPosted(sbn: StatusBarNotification) { in onNotificationPosted() method in android.systemui.cts.NotificationListener
/aosp_15_r20/packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
DTestNotificationService.java116 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() method in TestNotificationService

12345678910>>...12