Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/viewmodel/
DCredentialViewModel.kt96 private val _remainingAttempts: MutableStateFlow<RemainingAttempts> = in <lambda>() constant in com.android.systemui.biometrics.ui.viewmodel.CredentialViewModel
99 val remainingAttempts: Flow<RemainingAttempts> = _remainingAttempts.asStateFlow() in <lambda>()
136 _remainingAttempts.value = RemainingAttempts() in <lambda>()
140 _remainingAttempts.value = in <lambda>()
146 _remainingAttempts.value = RemainingAttempts() in <lambda>()