Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/data/repository/
DDeviceEntryFaceAuthRepository.kt192 val isDetectionSupported = constant
643 if (!isDetectionSupported) { in detect()
717 pw.println(" isDetectionSupported: $isDetectionSupported") in dump()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/deviceentry/data/repository/
DDeviceEntryFaceAuthRepositoryTest.kt319 createDeviceEntryFaceAuthRepositoryImpl(fmOverride = null).isDetectionSupported in faceDetectionSupportIsTheCorrectValue()
324 assertThat(createDeviceEntryFaceAuthRepositoryImpl().isDetectionSupported).isFalse() in faceDetectionSupportIsTheCorrectValue()
328 assertThat(createDeviceEntryFaceAuthRepositoryImpl().isDetectionSupported).isFalse() in faceDetectionSupportIsTheCorrectValue()
337 assertThat(createDeviceEntryFaceAuthRepositoryImpl().isDetectionSupported).isFalse() in faceDetectionSupportIsTheCorrectValue()
346 assertThat(createDeviceEntryFaceAuthRepositoryImpl().isDetectionSupported).isTrue() in faceDetectionSupportIsTheCorrectValue()