Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java +4 −0 Original line number Diff line number Diff line Loading @@ -2736,6 +2736,10 @@ public class StatusBar extends SystemUI implements DemoMode, return mNotificationPanel.hideStatusBarIconsWhenExpanded(); } public KeyguardIndicationController getKeyguardIndicationController() { return mKeyguardIndicationController; } /** * All changes to the status bar and notifications funnel through here and are batched. */ Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java +4 −0 Original line number Diff line number Diff line Loading @@ -2736,6 +2736,10 @@ public class StatusBar extends SystemUI implements DemoMode, return mNotificationPanel.hideStatusBarIconsWhenExpanded(); } public KeyguardIndicationController getKeyguardIndicationController() { return mKeyguardIndicationController; } /** * All changes to the status bar and notifications funnel through here and are batched. */ Loading