Searched refs:shouldListenForFace (Results 1 – 3 of 3) sorted by relevance
457 when(mKeyguardUpdateMonitor.shouldListenForFace()).thenReturn(true); in updateViewState_bypassEnabledAndShouldListenForFace_viewHidden()471 when(mKeyguardUpdateMonitor.shouldListenForFace()).thenReturn(true); in updateViewState_bypassNotEnabled_viewShown()485 when(mKeyguardUpdateMonitor.shouldListenForFace()).thenReturn(false); in updateViewState_shouldNotListenForFace_viewShown()
568 mFirstBypassAttempt && mKeyguardUpdateMonitor.shouldListenForFace() in updateViewState()
2900 public boolean shouldListenForFace() { in shouldListenForFace() method in KeyguardUpdateMonitor