Home
last modified time | relevance | path

Searched defs:setThrottling (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/data/repository/
DAuthenticationRepository.kt152 fun setThrottling(throttlingModel: AuthenticationThrottlingModel) in <lambda>() method
268 override fun setThrottling(throttlingModel: AuthenticationThrottlingModel) { in setThrottling() method
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/authentication/data/repository/
DFakeAuthenticationRepository.kt94 override fun setThrottling(throttlingModel: AuthenticationThrottlingModel) { in <lambda>() method in com.android.systemui.authentication.data.repository.FakeAuthenticationRepository