Home
last modified time | relevance | path

Searched refs:canFaceAuthRun (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/
H A DDeviceEntryFaceAuthRepositoryTest.kt144 private lateinit var canFaceAuthRun: FlowValue<Boolean?>
280 assertThat(canFaceAuthRun()).isFalse()
613 assertThat(canFaceAuthRun()).isTrue()
621 assertThat(canFaceAuthRun()).isFalse()
625 assertThat(canFaceAuthRun()).isTrue()
648 assertThat(canFaceAuthRun()).isFalse()
669 assertThat(canFaceAuthRun()).isFalse()
693 canFaceAuthRun()
1049 assertThat(canFaceAuthRun()).isFalse()
1074 assertThat(canFaceAuthRun()).isTrue()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
H A DKeyguardFaceAuthInteractor.kt36 fun canFaceAuthRun(): Boolean regex
H A DNoopKeyguardFaceAuthInteractor.kt39 override fun canFaceAuthRun(): Boolean = false
H A DSystemUIKeyguardFaceAuthInteractor.kt193 override fun canFaceAuthRun(): Boolean = repository.canRunFaceAuth.value
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java3190 return mFaceAuthInteractor.canFaceAuthRun(); in shouldListenForFace()
3470 return getFaceAuthInteractor().canFaceAuthRun(); in isUnlockWithFacePossible()