Searched refs:faceAuthAllowed (Results 1 – 3 of 3) sorted by relevance
36 var faceAuthAllowed: Boolean = false,67 faceAuthAllowed.toString(),107 faceAuthAllowed = model.faceAuthAllowed
3197 final boolean faceAuthAllowed = isUnlockingWithBiometricAllowed(FACE); in shouldListenForFace()3213 final boolean faceAuthAllowedOrDetectionIsNeeded = faceAuthAllowed || supportsDetect; in shouldListenForFace()3253 faceAuthAllowed, in shouldListenForFace()
319 val faceAuthAllowed = collectLastValue(underTest.isFaceAuthEnrolledAndEnabled) regex321 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) regex365 assertThat(faceAuthAllowed()).isFalse()382 val faceAuthAllowed = collectLastValue(underTest.isFaceAuthEnrolledAndEnabled) regex[all …]