Searched refs:updateNotifications (Results 1 – 4 of 4) sorted by relevance
194 private void updateNotifications(@NonNull Network network) { in updateNotifications() method in NetworkStackNotifier326 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()
122 private void updateNotifications( in updateNotifications() method in NotificationViewController131 mPreprocessingManager.updateNotifications( in updateNotifications()142 updateNotifications( in handleMessage()
150 public List<NotificationGroup> updateNotifications( in updateNotifications() method in PreprocessingManager
112 mUnreadMissedCallObserver = this::updateNotifications; in MissedCallNotificationController()122 private void updateNotifications(@Nullable List<PhoneCallLog> phoneCallLogs) { in updateNotifications() method in MissedCallNotificationController