Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 65eaa0df authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Enable auth on AOD2" into qt-r1-dev

parents bb4c4a88 8b8c2bd0
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -3886,8 +3886,9 @@ public class StatusBar extends SystemUI implements DemoMode,
        private boolean mAnimateWakeup;
        private boolean mAnimateScreenOff;
        private boolean mIgnoreTouchWhilePulsing;
        private boolean mWakeLockScreenPerformsAuth = SystemProperties.getBoolean(
                "persist.sysui.wake_performs_auth", false);
        @VisibleForTesting
        boolean mWakeLockScreenPerformsAuth = SystemProperties.getBoolean(
                "persist.sysui.wake_performs_auth", true);

        @Override
        public String toString() {
+1 −0
Original line number Diff line number Diff line
@@ -824,6 +824,7 @@ public class StatusBarTest extends SysuiTestCase {
            mAutoHideController = autoHideController;
            mKeyguardUpdateMonitor = keyguardUpdateMonitor;
            mStatusBarWindow = statusBarWindow;
            mDozeServiceHost.mWakeLockScreenPerformsAuth = false;
        }

        private WakefulnessLifecycle createAwakeWakefulnessLifecycle() {