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

Commit 2692ef93 authored by Lucas Dupin's avatar Lucas Dupin Committed by android-build-merger
Browse files

Merge "Enable auth on AOD2" into qt-r1-dev am: 65eaa0df

am: 712bd6af

Change-Id: Ib66f2aa4662e0c576e2c71aa9d80abf35b800789
parents 933fe852 712bd6af
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() {