Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/brightness/data/repository/
DBrightnessPolicyRepositoryKosmos.kt21 val Kosmos.fakeBrightnessPolicyRepository by Kosmos.Fixture { FakeBrightnessPolicyRepository() } in <lambda>() constant
24 Kosmos.Fixture { fakeBrightnessPolicyRepository } in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/brightness/domain/interactor/
DBrightnessPolicyEnforcementInteractorTest.kt29 import com.android.systemui.brightness.data.repository.fakeBrightnessPolicyRepository
64 fakeBrightnessPolicyRepository.setCurrentUserUnrestricted() in restriction()
70 fakeBrightnessPolicyRepository.setCurrentUserRestricted() in restriction()
81 fakeBrightnessPolicyRepository.setBaseUserRestriction() in restriction()