Home
last modified time | relevance | path

Searched defs:canFaceAuthRun (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceEntryFaceAuthInteractor.kt45 fun canFaceAuthRun(): Boolean in canFaceAuthRun() method
DNoopDeviceEntryFaceAuthInteractor.kt43 override fun canFaceAuthRun(): Boolean = false in canFaceAuthRun() method in com.android.systemui.deviceentry.domain.interactor.NoopDeviceEntryFaceAuthInteractor
DSystemUIDeviceEntryFaceAuthInteractor.kt269 override fun canFaceAuthRun(): Boolean = repository.canRunFaceAuth.value in <lambda>() method in com.android.systemui.deviceentry.domain.interactor.SystemUIDeviceEntryFaceAuthInteractor
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/deviceentry/data/repository/
DDeviceEntryFaceAuthRepositoryTest.kt154 private lateinit var canFaceAuthRun: FlowValue<Boolean?> variable in com.android.systemui.deviceentry.data.repository.DeviceEntryFaceAuthRepositoryTest