Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardFaceListenModel.kt36 var faceAuthAllowed: Boolean = false,
67 faceAuthAllowed.toString(),
107 faceAuthAllowed = model.faceAuthAllowed
H A DKeyguardUpdateMonitor.java3197 final boolean faceAuthAllowed = isUnlockingWithBiometricAllowed(FACE); in shouldListenForFace()
3213 final boolean faceAuthAllowedOrDetectionIsNeeded = faceAuthAllowed || supportsDetect; in shouldListenForFace()
3253 faceAuthAllowed, in shouldListenForFace()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/
H A DBiometricSettingsRepositoryTest.kt319 val faceAuthAllowed = collectLastValue(underTest.isFaceAuthEnrolledAndEnabled) regex
321 assertThat(faceAuthAllowed()).isFalse()
325 assertThat(faceAuthAllowed()).isFalse()
329 assertThat(faceAuthAllowed()).isFalse()
333 assertThat(faceAuthAllowed()).isFalse()
339 assertThat(faceAuthAllowed()).isFalse()
345 assertThat(faceAuthAllowed()).isTrue()
363 val faceAuthAllowed = collectLastValue(underTest.isFaceAuthEnrolledAndEnabled) regex
365 assertThat(faceAuthAllowed()).isFalse()
382 val faceAuthAllowed = collectLastValue(underTest.isFaceAuthEnrolledAndEnabled) regex
[all …]