Searched refs:shouldListenForFace (Results 1 – 1 of 1) sorted by relevance
1592 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