Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java +2 −2 Original line number Diff line number Diff line Loading @@ -3731,7 +3731,6 @@ public class StatusBar extends SystemUI implements DemoMode, } } else if (Intent.ACTION_SCREEN_OFF.equals(action)) { notifyHeadsUpScreenOff(); finishBarAnimations(); resetUserExpandedStates(); } Loading Loading @@ -5173,6 +5172,7 @@ public class StatusBar extends SystemUI implements DemoMode, @Override public void onStartedGoingToSleep() { notifyHeadsUpGoingToSleep(); dismissVolumeDialog(); } Loading Loading @@ -7266,7 +7266,7 @@ public class StatusBar extends SystemUI implements DemoMode, setAreThereNotifications(); } protected void notifyHeadsUpScreenOff() { protected void notifyHeadsUpGoingToSleep() { maybeEscalateHeadsUp(); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java +2 −2 Original line number Diff line number Diff line Loading @@ -3731,7 +3731,6 @@ public class StatusBar extends SystemUI implements DemoMode, } } else if (Intent.ACTION_SCREEN_OFF.equals(action)) { notifyHeadsUpScreenOff(); finishBarAnimations(); resetUserExpandedStates(); } Loading Loading @@ -5173,6 +5172,7 @@ public class StatusBar extends SystemUI implements DemoMode, @Override public void onStartedGoingToSleep() { notifyHeadsUpGoingToSleep(); dismissVolumeDialog(); } Loading Loading @@ -7266,7 +7266,7 @@ public class StatusBar extends SystemUI implements DemoMode, setAreThereNotifications(); } protected void notifyHeadsUpScreenOff() { protected void notifyHeadsUpGoingToSleep() { maybeEscalateHeadsUp(); } Loading