Home
last modified time | relevance | path

Searched refs:getUserUnlockedWithBiometric (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DLegacyLockIconViewControllerTest.java272 when(mKeyguardUpdateMonitor.getUserUnlockedWithBiometric(anyInt())).thenReturn(true); in lockIconShows_afterUnlockStateChanges()
278 when(mKeyguardUpdateMonitor.getUserUnlockedWithBiometric(anyInt())).thenReturn(false); in lockIconShows_afterUnlockStateChanges()
294 when(mKeyguardUpdateMonitor.getUserUnlockedWithBiometric(anyInt())).thenReturn(true); in lockIconAccessibility_notVisibleToUser()
301 when(mKeyguardUpdateMonitor.getUserUnlockedWithBiometric(anyInt())).thenReturn(false); in lockIconAccessibility_notVisibleToUser()
317 when(mKeyguardUpdateMonitor.getUserUnlockedWithBiometric(anyInt())).thenReturn(true); in lockIconAccessibility_bouncerAnimatingAway()
325 when(mKeyguardUpdateMonitor.getUserUnlockedWithBiometric(anyInt())).thenReturn(false); in lockIconAccessibility_bouncerAnimatingAway()
341 when(mKeyguardUpdateMonitor.getUserUnlockedWithBiometric(anyInt())).thenReturn(true); in lockIconAccessibility_bouncerNotAnimatingAway_viewVisible()
349 when(mKeyguardUpdateMonitor.getUserUnlockedWithBiometric(anyInt())).thenReturn(false); in lockIconAccessibility_bouncerNotAnimatingAway_viewVisible()
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeAuthRemover.java45 if (mKeyguardUpdateMonitor.getUserUnlockedWithBiometric(currentUser)) { in transitionTo()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/
DUdfpsKeyguardViewLegacyControllerTest.java118 when(mKeyguardUpdateMonitor.getUserUnlockedWithBiometric(anyInt())).thenReturn(true); in onBiometricAuthenticated_pauseAuth()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/keyguard/
DKeyguardSecurityContainerControllerTest.kt484 whenever(keyguardUpdateMonitor.getUserUnlockedWithBiometric(TARGET_USER_ID)) in <lambda>()
526 whenever(keyguardUpdateMonitor.getUserUnlockedWithBiometric(TARGET_USER_ID)) in <lambda>()
549 whenever(keyguardUpdateMonitor.getUserUnlockedWithBiometric(TARGET_USER_ID)) in <lambda>()
574 whenever(keyguardUpdateMonitor.getUserUnlockedWithBiometric(TARGET_USER_ID)) in <lambda>()
600 whenever(keyguardUpdateMonitor.getUserUnlockedWithBiometric(TARGET_USER_ID)) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsKeyguardViewControllerLegacy.kt471 keyguardUpdateMonitor.getUserUnlockedWithBiometric( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityContainerController.java849 } else if (mUpdateMonitor.getUserUnlockedWithBiometric(targetUserId)) { in showNextSecurityScreenOrFinish()
DKeyguardUpdateMonitor.java1392 return getUserHasTrust(userId) || getUserUnlockedWithBiometric(userId) in getUserCanSkipBouncer()
1414 public boolean getUserUnlockedWithBiometric(int userId) { in getUserUnlockedWithBiometric() method in KeyguardUpdateMonitor
3982 + getUserUnlockedWithBiometric(mSelectedUserInteractor.getSelectedUserId())); in dump()