Home
last modified time | relevance | path

Searched defs:throttling (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bouncer/ui/viewmodel/
DBouncerViewModelTest.kt118 val throttling by collectLastValue(bouncerInteractor.throttling) in <lambda>() constant
143 val throttling by collectLastValue(bouncerInteractor.throttling) in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bouncer/domain/interactor/
DBouncerInteractorTest.kt281 fun throttling() = in <lambda>() method
284 val throttling by collectLastValue(underTest.throttling) in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
DBouncerInteractor.kt61 ) { message, isThrottled, throttling -> in <lambda>() method
76 val throttling: StateFlow<AuthenticationThrottlingModel> = authenticationInteractor.throttling in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/authentication/domain/interactor/
DAuthenticationInteractorTest.kt454 fun throttling() = in <lambda>() method in com.android.systemui.authentication.domain.interactor.AuthenticationInteractorTest
457 val throttling by collectLastValue(underTest.throttling) in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/data/repository/
DAuthenticationRepository.kt97 val throttling: StateFlow<AuthenticationThrottlingModel> in <lambda>() constant
203 override val throttling: StateFlow<AuthenticationThrottlingModel> = _throttling.asStateFlow() constant
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/authentication/data/repository/
DFakeAuthenticationRepository.kt47 override val throttling: StateFlow<AuthenticationThrottlingModel> = _throttling.asStateFlow() in <lambda>() constant in com.android.systemui.authentication.data.repository.FakeAuthenticationRepository
/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/domain/interactor/
DAuthenticationInteractor.kt151 val throttling: StateFlow<AuthenticationThrottlingModel> = repository.throttling in <lambda>() constant