Searched defs:isAuthRunning (Results 1 – 4 of 4) sorted by relevance
50 override val isAuthRunning: StateFlow<Boolean> = MutableStateFlow(false).asStateFlow() constant in com.android.systemui.deviceentry.data.repository.NoopDeviceEntryFaceAuthRepository
114 val isAuthRunning: StateFlow<Boolean> in <lambda>() constant197 override val isAuthRunning: StateFlow<Boolean> constant
58 override val isAuthRunning: StateFlow<Boolean> = _isAuthRunning constant in com.android.systemui.keyguard.data.repository.FakeDeviceEntryFaceAuthRepository
1125 val isAuthRunning by collectLastValue(underTest.isAuthRunning) in retryFaceAuthAfterCancel() constant