Home
last modified time | relevance | path

Searched refs:isDetectionSupported (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/
H A DDeviceEntryFaceAuthRepositoryTest.kt333 createDeviceEntryFaceAuthRepositoryImpl(fmOverride = null).isDetectionSupported
338 assertThat(createDeviceEntryFaceAuthRepositoryImpl().isDetectionSupported).isFalse()
342 assertThat(createDeviceEntryFaceAuthRepositoryImpl().isDetectionSupported).isFalse()
351 assertThat(createDeviceEntryFaceAuthRepositoryImpl().isDetectionSupported).isFalse()
360 assertThat(createDeviceEntryFaceAuthRepositoryImpl().isDetectionSupported).isTrue()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
H A DDeviceEntryFaceAuthRepository.kt184 val isDetectionSupported = regex
565 if (!isDetectionSupported) {
652 pw.println(" isDetectionSupported: $isDetectionSupported")