Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DNotificationHelper.java94 updateNotification(); in onStart()
105 updateNotification(); in onStop()
133 updateNotification();
140 updateNotification();
146 private void updateNotification() { in updateNotification() method in NotificationHelper
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerNotificationWarnings.java247 private void updateNotification() { in updateNotification() method in PowerNotificationWarnings
591 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()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAlertingNotificationManager.java65 updateNotification(entry.getKey(), true /* alert */); in showNotification()
97 public void updateNotification(@NonNull String key, boolean alert) { in updateNotification() method in AlertingNotificationManager
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DHeadsUpCoordinator.kt353 hunMutator.updateNotification(posted.key, posted.shouldHeadsUpAgain)
793 fun updateNotification(key: String, alert: Boolean) regex
804 override fun updateNotification(key: String, alert: Boolean) {
805 headsUpManager.updateNotification(key, alert)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java134 public void updateNotification(@NonNull String key, boolean alert) { in updateNotification() method in HeadsUpManager
135 super.updateNotification(key, alert); in updateNotification()