Home
last modified time | relevance | path

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

/frameworks/base/tests/OneMedia/src/com/android/onemedia/
DNotificationHelper.java94 updateNotification(); in onStart()
105 updateNotification(); in onStop()
133 updateNotification();
140 updateNotification();
146 private void updateNotification() { in updateNotification() method in NotificationHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java253 private void updateNotification() { in updateNotification() method in PowerNotificationWarnings
589 updateNotification(); in updateLowBatteryWarning()
601 updateNotification(); in dismissLowBatteryNotification()
616 updateNotification(); in showLowBatteryWarning()
627 updateNotification(); in dismissInvalidChargerNotification()
633 updateNotification(); in showInvalidChargerWarning()
638 updateNotification(); in showAutoSaverSuggestion()
643 updateNotification(); in dismissAutoSaverSuggestion()
648 updateNotification(); in userSwitched()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpManager.kt186 fun updateNotification(key: String, shouldHeadsUpAgain: Boolean) in addHeadsUpPhoneListener() method
241 override fun updateNotification(key: String, alert: Boolean) {} in onHeadsUpAnimatingAwayStateChanged() method in com.android.systemui.statusbar.policy.HeadsUpManagerEmptyImpl
DBaseHeadsUpManager.java227 public void updateNotification(@NonNull String key, boolean shouldHeadsUpAgain) { in updateNotification() method in BaseHeadsUpManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinator.kt359 hunMutator.updateNotification(posted.key, posted.shouldHeadsUpAgain) in <lambda>()
799 fun updateNotification(key: String, shouldHeadsUpAgain: Boolean) in updateNotification() method
810 override fun updateNotification(key: String, shouldHeadsUpAgain: Boolean) { in updateNotification() method in com.android.systemui.statusbar.notification.collection.coordinator.HunMutatorImpl
811 headsUpManager.updateNotification(key, shouldHeadsUpAgain) in updateNotification()