Searched defs:canFaceAuthRun (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/ | ||
D | DeviceEntryFaceAuthInteractor.kt | 45 fun canFaceAuthRun(): Boolean in canFaceAuthRun() method |
D | NoopDeviceEntryFaceAuthInteractor.kt | 43 override fun canFaceAuthRun(): Boolean = false in canFaceAuthRun() method in com.android.systemui.deviceentry.domain.interactor.NoopDeviceEntryFaceAuthInteractor |
D | SystemUIDeviceEntryFaceAuthInteractor.kt | 269 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/ | ||
D | DeviceEntryFaceAuthRepositoryTest.kt | 154 private lateinit var canFaceAuthRun: FlowValue<Boolean?> variable in com.android.systemui.deviceentry.data.repository.DeviceEntryFaceAuthRepositoryTest |