Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DKeyguardFaceAuthManager.kt191 _isAuthRunning.value = false in onFaceAuthRequestCompleted()
205 if (_isAuthRunning.value) { in authenticate()
224 _isAuthRunning.value = true in authenticate()
249 if (_isAuthRunning.value) { in detect()
273 _isAuthRunning.value, in cancel()
281 _isAuthRunning.value = false in cancel()
301 private val _isAuthRunning = MutableStateFlow(false) constant
303 get() = _isAuthRunning