Searched refs:getUserUnlockedWithBiometric (Results 1 – 5 of 5) sorted by relevance
41 if (mKeyguardUpdateMonitor.getUserUnlockedWithBiometric(currentUser)) { in transitionTo()
472 mKeyguardUpdateMonitor.getUserUnlockedWithBiometric(516 mKeyguardUpdateMonitor.getUserUnlockedWithBiometric(
384 } else if (mUpdateMonitor.getUserUnlockedWithBiometric(targetUserId)) { in showNextSecurityScreenOrFinish()
1169 return getUserHasTrust(userId) || getUserUnlockedWithBiometric(userId); in getUserCanSkipBouncer()1179 public boolean getUserUnlockedWithBiometric(int userId) { in getUserUnlockedWithBiometric() method in KeyguardUpdateMonitor
261 when(mKeyguardUpdateMonitor.getUserUnlockedWithBiometric(anyInt())).thenReturn(true); in testUnlockIconShows_biometricUnlockedTrue()