Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarNotificationListenerTest.java93 mCarNotificationListener.onNotificationPosted(mStatusBarNotification, mRankingMap); in onNotificationPosted_isHun_notForCurrentUser_ignoresTheEvent()
105 mCarNotificationListener.onNotificationPosted(mStatusBarNotification, mRankingMap); in onNotificationPosted_isNotHun_notForCurrentUser_ignoresTheEvent()
117 mCarNotificationListener.onNotificationPosted(mStatusBarNotification, mRankingMap); in onNotificationPosted_isHun_isForCurrentUser_addsAlertEntryToDataManager()
128 mCarNotificationListener.onNotificationPosted(mStatusBarNotification, mRankingMap); in onNotificationPosted_isHun_isForCurrentUser_doesNotAddItToActiveNotifications()
140 mCarNotificationListener.onNotificationPosted(mStatusBarNotification, mRankingMap); in onNotificationPosted_isHun_isForAllUsers_addsAlertEntryToDataManager()
151 mCarNotificationListener.onNotificationPosted(mStatusBarNotification, mRankingMap); in onNotificationPosted_isHun_isForAllUsers_doesNotAddItToActiveNotifications()
164 mCarNotificationListener.onNotificationPosted(mStatusBarNotification, mRankingMap); in onNotificationPosted_isNotHun_isForCurrentUser_addsAlertEntryToDataManager()
175 mCarNotificationListener.onNotificationPosted(mStatusBarNotification, mRankingMap); in onNotificationPosted_isNotHun_isForCurrentUser_addsItToActiveNotifications()
189 mCarNotificationListener.onNotificationPosted(mStatusBarNotification, mRankingMap); in onNotificationPosted_lowPriority_isForCurrentUser_untracksUnseenNotification()
201 mCarNotificationListener.onNotificationPosted(mStatusBarNotification, mRankingMap); in onNotificationPosted_isNotHun_isForAllUsers_addsAlertEntryToDataManager()
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationListener.java185 sNotificationsChangedListener.onNotificationPosted( in handleUiMessage()
240 public void onNotificationPosted(final StatusBarNotification sbn) { in onNotificationPosted() method in NotificationListener
343 void onNotificationPosted(PackageUserKey postedPackageUserKey, in onNotificationPosted() method
/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/DocumentsUI/tests/common/com/android/documentsui/services/
DTestNotificationService.java116 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() method in TestNotificationService
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationListener.java116 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() method in CarNotificationListener
/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/Settings/src/com/android/settings/notification/history/
DNotificationHistoryActivity.java430 public void onNotificationPosted(StatusBarNotification sbn) {
DNotificationStation.java123 public void onNotificationPosted(StatusBarNotification sbn, RankingMap ranking) {