Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeAuthRemover.java38 if (mKeyguardUpdateMonitor.getUserUnlockedWithBiometric(currentUser)) { in transitionTo()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityContainer.java493 } else if (mUpdateMonitor.getUserUnlockedWithBiometric(targetUserId)) { in showNextSecurityScreenOrFinish()
DKeyguardUpdateMonitor.java973 return getUserHasTrust(userId) || getUserUnlockedWithBiometric(userId); in getUserCanSkipBouncer()
983 public boolean getUserUnlockedWithBiometric(int userId) { in getUserUnlockedWithBiometric() method in KeyguardUpdateMonitor