From 4dc61959b8138da436ab96e1b2aa744ea4101bd1 Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Mon, 27 Mar 2023 08:49:31 -0700 Subject: [PATCH] Set lockout in onResume. If bouncer is locked out, make sure that we check in onresume for all security types. Fixes: 275079518 Test: lock out in pin and pattern Change-Id: Ic81ad683e3e2e220f792a828c43f019928db4268 --- .../KeyguardAbsKeyInputViewController.java | 1 + .../KeyguardPatternViewController.java | 6 ++++++ ...KeyguardAbsKeyInputViewControllerTest.java | 12 ++++++++++- .../KeyguardPatternViewControllerTest.kt | 21 +++++++++++++++++++ 4 files changed, 39 insertions(+), 1 deletion(-) diff --git a/packages/SystemUI/src/com/android/keyguard/KeyguardAbsKeyInputViewController.java b/packages/SystemUI/src/com/android/keyguard/KeyguardAbsKeyInputViewController.java index f8cb38d7488b9..9f2333d8f4355 100644 --- a/packages/SystemUI/src/com/android/keyguard/KeyguardAbsKeyInputViewController.java +++ b/packages/SystemUI/src/com/android/keyguard/KeyguardAbsKeyInputViewController.java @@ -277,6 +277,7 @@ public abstract class KeyguardAbsKeyInputViewController