Home
last modified time | relevance | path

Searched refs:updateNotifications (Results 1 – 5 of 5) sorted by relevance

/packages/modules/NetworkStack/src/com/android/networkstack/
DNetworkStackNotifier.java194 private void updateNotifications(@NonNull Network network) { in updateNotifications() method in NetworkStackNotifier
332 if (oldDefault != null) updateNotifications(oldDefault); in updateDefaultNetwork()
333 if (newNetwork != null) updateNotifications(newNetwork); in updateDefaultNetwork()
341 updateNotifications(network); in onLinkPropertiesChanged()
348 updateNotifications(network); in onCapabilitiesChanged()
/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationViewController.java122 private void updateNotifications( in updateNotifications() method in NotificationViewController
132 mPreprocessingManager.updateNotifications( in updateNotifications()
143 updateNotifications( in handleMessage()
DPreprocessingManager.java146 public List<NotificationGroup> updateNotifications( in updateNotifications() method in PreprocessingManager
/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/
DMissedCallNotificationController.java92 mUnreadMissedCallObserver = this::updateNotifications; in MissedCallNotificationController()
100 private void updateNotifications(@Nullable List<PhoneCallLog> phoneCallLogs) { in updateNotifications() method in MissedCallNotificationController
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DPreprocessingManagerTest.java647 mPreprocessingManager.updateNotifications( in onUpdateNotifications_notificationRemoved_removesNotification()
670 mPreprocessingManager.updateNotifications( in onUpdateNotification_notificationPosted_isUpdate_putsNotification()
697 mPreprocessingManager.updateNotifications( in onUpdateNotification_notificationPosted_isNotUpdate_addsNotification()