Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/data/repository/
DNoopDeviceEntryFaceAuthRepository.kt50 override val isAuthRunning: StateFlow<Boolean> = MutableStateFlow(false).asStateFlow() constant in com.android.systemui.deviceentry.data.repository.NoopDeviceEntryFaceAuthRepository
DDeviceEntryFaceAuthRepository.kt114 val isAuthRunning: StateFlow<Boolean> in <lambda>() constant
197 override val isAuthRunning: StateFlow<Boolean> constant
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DFakeDeviceEntryFaceAuthRepository.kt58 override val isAuthRunning: StateFlow<Boolean> = _isAuthRunning constant in com.android.systemui.keyguard.data.repository.FakeDeviceEntryFaceAuthRepository
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/deviceentry/data/repository/
DDeviceEntryFaceAuthRepositoryTest.kt1125 val isAuthRunning by collectLastValue(underTest.isAuthRunning) in retryFaceAuthAfterCancel() constant