Searched refs:shouldListenForFace (Results 1 – 3 of 3) sorted by relevance
196 when(mUpdateMonitor.shouldListenForFace()).thenReturn(true); in testKeyguardStatusBarVisibility_hiddenForBypass()
1699 boolean shouldListenForFace = shouldListenForFace(); in updateFaceListeningState()1700 if (mFaceRunningState == BIOMETRIC_STATE_RUNNING && !shouldListenForFace) { in updateFaceListeningState()1703 && shouldListenForFace) { in updateFaceListeningState()1734 public boolean shouldListenForFace() { in shouldListenForFace() method in KeyguardUpdateMonitor
2299 boolean hideForBypass = mFirstBypassAttempt && mUpdateMonitor.shouldListenForFace() in updateHeaderKeyguardAlpha()