Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java +2 −2 Original line number Diff line number Diff line Loading @@ -3720,7 +3720,6 @@ public class StatusBar extends SystemUI implements DemoMode, } } else if (Intent.ACTION_SCREEN_OFF.equals(action)) { notifyHeadsUpScreenOff(); finishBarAnimations(); resetUserExpandedStates(); } Loading Loading @@ -5162,6 +5161,7 @@ public class StatusBar extends SystemUI implements DemoMode, @Override public void onStartedGoingToSleep() { notifyHeadsUpGoingToSleep(); dismissVolumeDialog(); } Loading Loading @@ -7254,7 +7254,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 @@ -3720,7 +3720,6 @@ public class StatusBar extends SystemUI implements DemoMode, } } else if (Intent.ACTION_SCREEN_OFF.equals(action)) { notifyHeadsUpScreenOff(); finishBarAnimations(); resetUserExpandedStates(); } Loading Loading @@ -5162,6 +5161,7 @@ public class StatusBar extends SystemUI implements DemoMode, @Override public void onStartedGoingToSleep() { notifyHeadsUpGoingToSleep(); dismissVolumeDialog(); } Loading Loading @@ -7254,7 +7254,7 @@ public class StatusBar extends SystemUI implements DemoMode, setAreThereNotifications(); } protected void notifyHeadsUpScreenOff() { protected void notifyHeadsUpGoingToSleep() { maybeEscalateHeadsUp(); } Loading