From 7b5c78d4a59ac342496c6739881f8cbdf8325113 Mon Sep 17 00:00:00 2001 From: Beverly Date: Tue, 9 May 2023 15:50:04 +0000 Subject: [PATCH] Dismiss the keyguard through #notifyKeyguardAuthentiated In case a pending dismiss action exists when dreaming. Update integration test Test: manually launch an intent from dreaming and authenticate through the alternate bouncer => see intent gets triggered after authentication Test: atest KeyguardViewMediatorTest Fixes: 277284836 Change-Id: Ib67e2e0d9b7c1d59921c13d21e307c2292bd261b --- .../KeyguardSecurityContainerController.java | 20 +++++++++---------- .../keyguard/KeyguardUpdateMonitor.java | 4 ++-- .../keyguard/ViewMediatorCallback.java | 8 ++++---- .../com/android/systemui/LatencyTester.java | 17 ++++++++++------ .../systemui/biometrics/UdfpsController.java | 2 +- .../keyguard/KeyguardViewMediator.java | 18 ++++------------- .../phone/BiometricUnlockController.java | 4 ++-- .../keyguard/KeyguardViewMediatorTest.java | 6 ++++++ 8 files changed, 40 insertions(+), 39 deletions(-) diff --git a/packages/SystemUI/src/com/android/keyguard/KeyguardSecurityContainerController.java b/packages/SystemUI/src/com/android/keyguard/KeyguardSecurityContainerController.java index 1cbcb9d565665..5b1edc7516d65 100644 --- a/packages/SystemUI/src/com/android/keyguard/KeyguardSecurityContainerController.java +++ b/packages/SystemUI/src/com/android/keyguard/KeyguardSecurityContainerController.java @@ -257,14 +257,14 @@ public class KeyguardSecurityContainerController extends ViewController