From b826525a31738400c53e352394fbf7674b9e7b32 Mon Sep 17 00:00:00 2001 From: Chandru Date: Fri, 21 Oct 2022 15:14:56 +0000 Subject: Remove logging only boolean parameter from KeyguardUpdateMonitor#requestFaceAuth This parameter is superseded by the API request reason argument that was added later on Bug: 238187419 Test: atest KeyguardUpdateMonitorTest Test: atest NotificationPanelViewControllerTest Change-Id: I6d63b749bd8973b0d59d007d2b330960a2c6ed68 --- .../keyguard/KeyguardSecurityContainerController.java | 2 +- .../src/com/android/keyguard/KeyguardUpdateMonitor.java | 8 +++----- .../android/keyguard/logging/KeyguardUpdateMonitorLogger.kt | 5 ++--- .../com/android/systemui/biometrics/UdfpsController.java | 4 +--- .../systemui/shade/NotificationPanelViewController.java | 6 +++--- .../android/systemui/statusbar/phone/CentralSurfaces.java | 8 -------- .../systemui/statusbar/phone/CentralSurfacesImpl.java | 13 ------------- .../systemui/statusbar/phone/KeyguardLiftController.kt | 1 - .../keyguard/KeyguardSecurityContainerControllerTest.java | 13 ++++++------- .../src/com/android/keyguard/KeyguardUpdateMonitorTest.java | 9 ++++----- .../systemui/shade/NotificationPanelViewControllerTest.java | 10 +++++----- 11 files changed, 25 insertions(+), 54 deletions(-) diff --git a/packages/SystemUI/src/com/android/keyguard/KeyguardSecurityContainerController.java b/packages/SystemUI/src/com/android/keyguard/KeyguardSecurityContainerController.java index 81305f90e2b8..0b395a8760cf 100644 --- a/packages/SystemUI/src/com/android/keyguard/KeyguardSecurityContainerController.java +++ b/packages/SystemUI/src/com/android/keyguard/KeyguardSecurityContainerController.java @@ -223,7 +223,7 @@ public class KeyguardSecurityContainerController extends ViewController