Searched refs:getUserUnlockedWithBiometric (Results 1 – 7 of 7) sorted by relevance
272 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()
45 if (mKeyguardUpdateMonitor.getUserUnlockedWithBiometric(currentUser)) { in transitionTo()
118 when(mKeyguardUpdateMonitor.getUserUnlockedWithBiometric(anyInt())).thenReturn(true); in onBiometricAuthenticated_pauseAuth()
484 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>()
471 keyguardUpdateMonitor.getUserUnlockedWithBiometric( in <lambda>()
849 } else if (mUpdateMonitor.getUserUnlockedWithBiometric(targetUserId)) { in showNextSecurityScreenOrFinish()
1392 return getUserHasTrust(userId) || getUserUnlockedWithBiometric(userId) in getUserCanSkipBouncer()1414 public boolean getUserUnlockedWithBiometric(int userId) { in getUserUnlockedWithBiometric() method in KeyguardUpdateMonitor3982 + getUserUnlockedWithBiometric(mSelectedUserInteractor.getSelectedUserId())); in dump()