OSDN Git Service

Isolate DPM and SIM PIN states from UX
authorLucas Dupin <dupin@google.com>
Mon, 22 Jul 2019 23:47:34 +0000 (16:47 -0700)
committerLucas Dupin <dupin@google.com>
Tue, 23 Jul 2019 20:30:22 +0000 (13:30 -0700)
commit4c50704670996bd8c25f9fcce281997c66ba9750
tree060cd1cf971ce72d47eba684ccdbba8e8bb2dfaa
parent2738aa3f79041f8be9183dcc35c9e0220f6829d8
Isolate DPM and SIM PIN states from UX

User should still be able to swipe up to retry or still see
the bypass lock screen when face auth is disabled or sim
card is locked. Having different UX on those cases is
confusing.

Bug: 138125943
Change-Id: Iece4d28e7a988af846c9e8aa9eb0fff5a1d74249
packages/SystemUI/src/com/android/keyguard/KeyguardSecurityContainer.java
packages/SystemUI/src/com/android/keyguard/KeyguardUpdateMonitor.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBouncer.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBypassController.kt
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/UnlockMethodCache.java
packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/BiometricsUnlockControllerTest.java
packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/KeyguardBouncerTest.java