Searched refs:getUserUnlockedWithBiometric (Results 1 – 3 of 3) sorted by relevance
38 if (mKeyguardUpdateMonitor.getUserUnlockedWithBiometric(currentUser)) { in transitionTo()
493 } else if (mUpdateMonitor.getUserUnlockedWithBiometric(targetUserId)) { in showNextSecurityScreenOrFinish()
973 return getUserHasTrust(userId) || getUserUnlockedWithBiometric(userId); in getUserCanSkipBouncer()983 public boolean getUserUnlockedWithBiometric(int userId) { in getUserUnlockedWithBiometric() method in KeyguardUpdateMonitor