Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DCarNotificationListenerTest.java95 mCarNotificationListener.onNotificationPosted(mStatusBarNotification, mRankingMap); in onNotificationPosted_isHun_notForCurrentUser_ignoresTheEvent()
107 mCarNotificationListener.onNotificationPosted(mStatusBarNotification, mRankingMap); in onNotificationPosted_isNotHun_notForCurrentUser_ignoresTheEvent()
119 mCarNotificationListener.onNotificationPosted(mStatusBarNotification, mRankingMap); in onNotificationPosted_isHun_isForCurrentUser_addsAlertEntryToDataManager()
130 mCarNotificationListener.onNotificationPosted(mStatusBarNotification, mRankingMap); in onNotificationPosted_isHun_isForCurrentUser_doesNotAddItToActiveNotifications()
142 mCarNotificationListener.onNotificationPosted(mStatusBarNotification, mRankingMap); in onNotificationPosted_isHun_isForAllUsers_addsAlertEntryToDataManager()
153 mCarNotificationListener.onNotificationPosted(mStatusBarNotification, mRankingMap); in onNotificationPosted_isHun_isForAllUsers_doesNotAddItToActiveNotifications()
166 mCarNotificationListener.onNotificationPosted(mStatusBarNotification, mRankingMap); in onNotificationPosted_isNotHun_isForCurrentUser_addsAlertEntryToDataManager()
177 mCarNotificationListener.onNotificationPosted(mStatusBarNotification, mRankingMap); in onNotificationPosted_isNotHun_isForCurrentUser_addsItToActiveNotifications()
191 mCarNotificationListener.onNotificationPosted(mStatusBarNotification, mRankingMap); in onNotificationPosted_lowPriority_isForCurrentUser_untracksUnseenNotification()
203 mCarNotificationListener.onNotificationPosted(mStatusBarNotification, mRankingMap); in onNotificationPosted_isNotHun_isForAllUsers_addsAlertEntryToDataManager()
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationListener.java184 sNotificationsChangedListener.onNotificationPosted( in handleUiMessage()
237 public void onNotificationPosted(final StatusBarNotification sbn) { in onNotificationPosted() method in NotificationListener
340 void onNotificationPosted(PackageUserKey postedPackageUserKey, in onNotificationPosted() method
/packages/modules/ExtServices/tests/src/android/ext/services/notification/
DAgingHelperTest.java109 mAgingHelper.onNotificationPosted(entry); in testNoSnoozingOnPost()
121 mAgingHelper.onNotificationPosted(entry); in testPostResetsSnooze()
/packages/services/Car/tests/SecondaryHomeApp/src/com/android/car/secondaryhome/launcher/
DNotificationListener.java87 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() method in NotificationListener
/packages/modules/ExtServices/src/android/ext/services/notification/
DAgingHelper.java92 public void onNotificationPosted(NotificationEntry entry) { in onNotificationPosted() method in AgingHelper
DAssistant.java161 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) {
/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/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java77 public void onNotificationPosted(PackageUserKey postedPackageUserKey, in onNotificationPosted() method in PopupDataProvider
/packages/apps/Settings/src/com/android/settings/notification/history/
DNotificationHistoryActivity.java408 public void onNotificationPosted(StatusBarNotification sbn) {
DNotificationStation.java123 public void onNotificationPosted(StatusBarNotification sbn, RankingMap ranking) {
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DNotificationStation.java105 public void onNotificationPosted(StatusBarNotification sbn, RankingMap ranking) {