Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
DMyNotificationListenerService.java41 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() method in MyNotificationListenerService
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationListener.java257 public void onNotificationPosted(final StatusBarNotification sbn) { in onNotificationPosted() method in NotificationListener
359 void onNotificationPosted(PackageUserKey postedPackageUserKey, in onNotificationPosted() method
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
DTestNotificationService.java116 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() method in TestNotificationService
/packages/modules/ExtServices/java/src/android/ext/services/notification/
DAssistant.java151 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() method in Assistant
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java80 public void onNotificationPosted(PackageUserKey postedPackageUserKey, in onNotificationPosted() method in PopupDataProvider
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationListener.java130 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() method in CarNotificationListener
/packages/modules/Permission/tests/functional/safetycenter/singleuser/src/android/safetycenter/functional/testing/
DTestNotificationListener.kt52 override fun onNotificationPosted(statusBarNotification: StatusBarNotification) { in <lambda>() method