Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/
DNotificationsController.kt44 fun requestNotificationUpdate(reason: String) method
DNotificationsControllerStub.kt50 override fun requestNotificationUpdate(reason: String) { in requestNotificationUpdate() method in com.android.systemui.statusbar.notification.init.NotificationsControllerStub
DNotificationsControllerImpl.kt139 override fun requestNotificationUpdate(reason: String) { in requestNotificationUpdate() method in com.android.systemui.statusbar.notification.init.NotificationsControllerImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java623 mNotificationsController.requestNotificationUpdate("onStrongAuthStateChanged");
805 mNotificationsController.requestNotificationUpdate("onBubbleExpandChanged"); in StatusBar()
1556 public void requestNotificationUpdate(String reason) { in requestNotificationUpdate() method
1557 mNotificationsController.requestNotificationUpdate(reason); in requestNotificationUpdate()
1770 mNotificationsController.requestNotificationUpdate("onHeadsUpStateChanged"); in onHeadsUpStateChanged()
3575 mNotificationsController.requestNotificationUpdate("onDozingChanged"); in onDozingChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java6784 mStatusBar.requestNotificationUpdate("onGroupCreatedFromChildren");
6789 mStatusBar.requestNotificationUpdate("onGroupsChanged");