From 2f6c56c9d8177af15984ad557f59f9dbce6640d5 Mon Sep 17 00:00:00 2001 From: Chandru S Date: Thu, 21 Sep 2023 18:13:23 -0700 Subject: Disable face auth if any SIM is in secure state. - This uses the latest SIM state from KeyguardUpdateMonitor - Tracking the cleanup of KeyguardUpdteMonitor state in a subsequent change Fixes: 301271243 Test: atest MobileConnectionsRepositoryTest Test: atest BiometricSettingsRepositoryTest Change-Id: Ib49e8c95d8bf7e1de5b78bdf1dc25392ac2bda5a --- packages/SystemUI/Android.bp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'packages/SystemUI/Android.bp') diff --git a/packages/SystemUI/Android.bp b/packages/SystemUI/Android.bp index 5e7e044947fd..104f3d2b2621 100644 --- a/packages/SystemUI/Android.bp +++ b/packages/SystemUI/Android.bp @@ -235,6 +235,9 @@ filegroup { srcs: [ /* Status bar fakes */ "tests/src/com/android/systemui/statusbar/pipeline/airplane/data/repository/FakeAirplaneModeRepository.kt", + "tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/FakeMobileConnectionRepository.kt", + "tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/FakeMobileConnectionsRepository.kt", + "tests/src/com/android/systemui/statusbar/pipeline/mobile/util/FakeMobileMappingsProxy.kt", "tests/src/com/android/systemui/statusbar/pipeline/shared/data/repository/FakeConnectivityRepository.kt", "tests/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/FakeWifiRepository.kt", -- cgit v1.2.3-59-g8ed1b