Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java1592 boolean shouldListenForFace = shouldListenForFace(); in updateFaceListeningState()
1593 if (mFaceRunningState == BIOMETRIC_STATE_RUNNING && !shouldListenForFace) { in updateFaceListeningState()
1596 && shouldListenForFace) { in updateFaceListeningState()
1624 private boolean shouldListenForFace() { in shouldListenForFace() method in KeyguardUpdateMonitor