Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bouncer/domain/interactor/
H A DPrimaryBouncerInteractorTest.kt410 whenever(keyguardUpdateMonitor.doesCurrentPostureAllowFaceAuth()).thenReturn(true)
436 whenever(keyguardUpdateMonitor.doesCurrentPostureAllowFaceAuth()).thenReturn(false)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
H A DPrimaryBouncerInteractor.kt397 keyguardUpdateMonitor.doesCurrentPostureAllowFaceAuth()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java3280 public boolean doesCurrentPostureAllowFaceAuth() { in doesCurrentPostureAllowFaceAuth() method in KeyguardUpdateMonitor