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/
DNotificationPanelViewTest.java196 when(mUpdateMonitor.shouldListenForFace()).thenReturn(true); in testKeyguardStatusBarVisibility_hiddenForBypass()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java1699 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
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java2299 boolean hideForBypass = mFirstBypassAttempt && mUpdateMonitor.shouldListenForFace() in updateHeaderKeyguardAlpha()