Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarNotificationListenerTest.java118 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/
DNotificationListener.java171 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/
DTaskbarAllAppsControllerTest.kt129 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/
DTestNotificationListener.kt54 override fun onNotificationPosted(statusBarNotification: StatusBarNotification) { in <lambda>() method
55 super.onNotificationPosted(statusBarNotification) in <lambda>()
/packages/apps/TvSystemUI/src/com/android/systemui/tv/notifications/
DTvNotificationHandler.java64 public void onNotificationPosted(StatusBarNotification sbn, in onNotificationPosted() method in TvNotificationHandler
/packages/services/Telecomm/src/com/android/server/telecom/voip/
DVoipCallMonitor.java92 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/
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/modules/ExtServices/java/src/android/ext/services/notification/
DAssistant.java235 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() method in Assistant
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationListener.java131 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() method in CarNotificationListener
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java81 public void onNotificationPosted(PackageUserKey postedPackageUserKey, in onNotificationPosted() method in PopupDataProvider
/packages/apps/Settings/src/com/android/settings/notification/history/
DNotificationHistoryActivity.java440 public void onNotificationPosted(StatusBarNotification sbn) {
DNotificationStation.java123 public void onNotificationPosted(StatusBarNotification sbn, RankingMap ranking) {