Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/authentication/data/repository/
H A DFakeAuthenticationRepository.kt46 private val _throttling = MutableStateFlow(AuthenticationThrottlingModel()) regex
47 override val throttling: StateFlow<AuthenticationThrottlingModel> = _throttling.asStateFlow()
95 _throttling.value = throttlingModel
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/data/repository/
H A DAuthenticationRepository.kt202 private val _throttling = MutableStateFlow(AuthenticationThrottlingModel()) regex
203 override val throttling: StateFlow<AuthenticationThrottlingModel> = _throttling.asStateFlow()
269 _throttling.value = throttlingModel