Searched defs:throttling (Results 1 – 7 of 7) sorted by relevance
118 val throttling by collectLastValue(bouncerInteractor.throttling) in <lambda>() constant143 val throttling by collectLastValue(bouncerInteractor.throttling) in <lambda>() constant
281 fun throttling() = in <lambda>() method284 val throttling by collectLastValue(underTest.throttling) in <lambda>() constant
61 ) { message, isThrottled, throttling -> in <lambda>() method76 val throttling: StateFlow<AuthenticationThrottlingModel> = authenticationInteractor.throttling in <lambda>() constant
454 fun throttling() = in <lambda>() method in com.android.systemui.authentication.domain.interactor.AuthenticationInteractorTest457 val throttling by collectLastValue(underTest.throttling) in <lambda>() constant
97 val throttling: StateFlow<AuthenticationThrottlingModel> in <lambda>() constant203 override val throttling: StateFlow<AuthenticationThrottlingModel> = _throttling.asStateFlow() constant
47 override val throttling: StateFlow<AuthenticationThrottlingModel> = _throttling.asStateFlow() in <lambda>() constant in com.android.systemui.authentication.data.repository.FakeAuthenticationRepository
151 val throttling: StateFlow<AuthenticationThrottlingModel> = repository.throttling in <lambda>() constant