Searched refs:updateNotification (Results 1 – 5 of 5) sorted by relevance
94 updateNotification(); in onStart()105 updateNotification(); in onStop()133 updateNotification();140 updateNotification();146 private void updateNotification() { in updateNotification() method in NotificationHelper
247 private void updateNotification() { in updateNotification() method in PowerNotificationWarnings591 updateNotification(); in updateLowBatteryWarning()603 updateNotification(); in dismissLowBatteryNotification()618 updateNotification(); in showLowBatteryWarning()629 updateNotification(); in dismissInvalidChargerNotification()635 updateNotification(); in showInvalidChargerWarning()640 updateNotification(); in showAutoSaverSuggestion()645 updateNotification(); in dismissAutoSaverSuggestion()650 updateNotification(); in userSwitched()
65 updateNotification(entry.getKey(), true /* alert */); in showNotification()97 public void updateNotification(@NonNull String key, boolean alert) { in updateNotification() method in AlertingNotificationManager
353 hunMutator.updateNotification(posted.key, posted.shouldHeadsUpAgain)793 fun updateNotification(key: String, alert: Boolean) regex804 override fun updateNotification(key: String, alert: Boolean) {805 headsUpManager.updateNotification(key, alert)
134 public void updateNotification(@NonNull String key, boolean alert) { in updateNotification() method in HeadsUpManager135 super.updateNotification(key, alert); in updateNotification()