Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DKeyguardStatusBarViewControllerTest.java457 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardStatusBarViewController.java568 mFirstBypassAttempt && mKeyguardUpdateMonitor.shouldListenForFace() in updateViewState()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java2900 public boolean shouldListenForFace() { in shouldListenForFace() method in KeyguardUpdateMonitor