Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java +2 −1 Original line number Diff line number Diff line Loading @@ -4380,6 +4380,7 @@ public class StatusBar extends SystemUI implements DemoMode, } mEntryManager.updateNotifications(); updateDozingState(); updateScrimController(); updateReportRejectedTouchVisibility(); } Trace.endSection(); Loading Loading @@ -4515,8 +4516,8 @@ public class StatusBar extends SystemUI implements DemoMode, if (mDozingRequested) { mDozingRequested = false; DozeLog.traceDozing(mContext, mDozing); mWakefulnessLifecycle.dispatchStartedWakingUp(); updateDozing(); mWakefulnessLifecycle.dispatchStartedWakingUp(); } } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java +2 −1 Original line number Diff line number Diff line Loading @@ -4380,6 +4380,7 @@ public class StatusBar extends SystemUI implements DemoMode, } mEntryManager.updateNotifications(); updateDozingState(); updateScrimController(); updateReportRejectedTouchVisibility(); } Trace.endSection(); Loading Loading @@ -4515,8 +4516,8 @@ public class StatusBar extends SystemUI implements DemoMode, if (mDozingRequested) { mDozingRequested = false; DozeLog.traceDozing(mContext, mDozing); mWakefulnessLifecycle.dispatchStartedWakingUp(); updateDozing(); mWakefulnessLifecycle.dispatchStartedWakingUp(); } } Loading