/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/ |
D | CarNotificationListenerTest.java | 118 mCarNotificationListener.onNotificationPosted(mStatusBarNotification, mRankingMap); in onNotificationPosted_isHun_notForCurrentUser_ignoresTheEvent() 130 mCarNotificationListener.onNotificationPosted(mStatusBarNotification, mRankingMap); in onNotificationPosted_isNotHun_notForCurrentUser_ignoresTheEvent() 142 mCarNotificationListener.onNotificationPosted(mStatusBarNotification, mRankingMap); in onNotificationPosted_isHun_isForCurrentUser_addsAlertEntryToDataManager() 153 mCarNotificationListener.onNotificationPosted(mStatusBarNotification, mRankingMap); in onNotificationPosted_isHun_isForCurrentUser_doesNotAddItToActiveNotifications() 165 mCarNotificationListener.onNotificationPosted(mStatusBarNotification, mRankingMap); in onNotificationPosted_isHun_isForAllUsers_addsAlertEntryToDataManager() 176 mCarNotificationListener.onNotificationPosted(mStatusBarNotification, mRankingMap); in onNotificationPosted_isHun_isForAllUsers_doesNotAddItToActiveNotifications() 188 mCarNotificationListener.onNotificationPosted(mStatusBarNotification, mRankingMap); in onNotificationPosted_isNotHun_isForCurrentUser_overrideGroupKeySet() 199 mCarNotificationListener.onNotificationPosted(mStatusBarNotification, mRankingMap); in onNotificationPosted_isNotHun_isForCurrentUser_addsAlertEntryToDataManager() 210 mCarNotificationListener.onNotificationPosted(mStatusBarNotification, mRankingMap); in onNotificationPosted_isNotHun_isForCurrentUser_addsItToActiveNotifications() 224 mCarNotificationListener.onNotificationPosted(mStatusBarNotification, mRankingMap); in onNotificationPosted_lowPriority_isForCurrentUser_untracksUnseenNotification() [all …]
|
/packages/apps/Launcher3/src/com/android/launcher3/notification/ |
D | NotificationListener.java | 171 listener.onNotificationPosted(msg.first, msg.second); in handleUiMessage() 239 public void onNotificationPosted(final StatusBarNotification sbn) { in onNotificationPosted() method in NotificationListener 324 void onNotificationPosted(PackageUserKey postedPackageUserKey, in onNotificationPosted() method
|
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/allapps/ |
D | TaskbarAllAppsControllerTest.kt | 129 taskbarUnitTestRule.activityContext.popupDataProvider.onNotificationPosted( in testUpdateNotificationDots_appInfo_hasDot() 154 taskbarUnitTestRule.activityContext.popupDataProvider.onNotificationPosted( in testUpdateNotificationDots_predictedApp_hasDot()
|
/packages/modules/Permission/tests/utils/safetycenter/java/com/android/safetycenter/testing/ |
D | TestNotificationListener.kt | 54 override fun onNotificationPosted(statusBarNotification: StatusBarNotification) { in <lambda>() method 55 super.onNotificationPosted(statusBarNotification) in <lambda>()
|
/packages/apps/TvSystemUI/src/com/android/systemui/tv/notifications/ |
D | TvNotificationHandler.java | 64 public void onNotificationPosted(StatusBarNotification sbn, in onNotificationPosted() method in TvNotificationHandler
|
/packages/services/Telecomm/src/com/android/server/telecom/voip/ |
D | VoipCallMonitor.java | 92 public void onNotificationPosted(StatusBarNotification sbn) { in VoipCallMonitor() 362 mNotificationListener.onNotificationPosted(statusBarNotification); in postNotification()
|
/packages/modules/Connectivity/tests/cts/hostside-network-policy/app/src/com/android/cts/netpolicy/hostside/ |
D | MyNotificationListenerService.java | 41 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() method in MyNotificationListenerService
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/ |
D | TestNotificationService.java | 116 public void onNotificationPosted(StatusBarNotification sbn) { in onNotificationPosted() method in TestNotificationService
|
/packages/modules/ExtServices/java/src/android/ext/services/notification/ |
D | Assistant.java | 235 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() method in Assistant
|
/packages/apps/Car/Notification/src/com/android/car/notification/ |
D | CarNotificationListener.java | 131 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() method in CarNotificationListener
|
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
D | PopupDataProvider.java | 81 public void onNotificationPosted(PackageUserKey postedPackageUserKey, in onNotificationPosted() method in PopupDataProvider
|
/packages/apps/Settings/src/com/android/settings/notification/history/ |
D | NotificationHistoryActivity.java | 440 public void onNotificationPosted(StatusBarNotification sbn) {
|
D | NotificationStation.java | 123 public void onNotificationPosted(StatusBarNotification sbn, RankingMap ranking) {
|