Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/com/android/networkstack/
DNetworkStackNotifier.java194 private void updateNotifications(@NonNull Network network) { in updateNotifications() method in NetworkStackNotifier
326 if (oldDefault != null) updateNotifications(oldDefault); in updateDefaultNetwork()
327 if (newNetwork != null) updateNotifications(newNetwork); in updateDefaultNetwork()
335 updateNotifications(network); in onLinkPropertiesChanged()
342 updateNotifications(network); in onCapabilitiesChanged()
/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationViewController.java122 private void updateNotifications( in updateNotifications() method in NotificationViewController
131 mPreprocessingManager.updateNotifications( in updateNotifications()
142 updateNotifications( in handleMessage()
DPreprocessingManager.java150 public List<NotificationGroup> updateNotifications( in updateNotifications() method in PreprocessingManager
/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/
DMissedCallNotificationController.java112 mUnreadMissedCallObserver = this::updateNotifications; in MissedCallNotificationController()
122 private void updateNotifications(@Nullable List<PhoneCallLog> phoneCallLogs) { in updateNotifications() method in MissedCallNotificationController