Home
last modified time | relevance | path

Searched refs:fakeKeyguardClockRepository (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DKeyguardClockRepositoryKosmos.kt22 Kosmos.Fixture { fakeKeyguardClockRepository } in <lambda>()
23 val Kosmos.fakeKeyguardClockRepository by Kosmos.Fixture { FakeKeyguardClockRepository() } in <lambda>() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/
DLockscreenContentViewModelTest.kt29 import com.android.systemui.keyguard.data.repository.fakeKeyguardClockRepository in <lambda>()
101 fakeKeyguardClockRepository.setClockSize(ClockSize.LARGE) in <lambda>()
112 fakeKeyguardClockRepository.setClockSize(ClockSize.SMALL) in <lambda>()
123 fakeKeyguardClockRepository.setClockSize(ClockSize.LARGE) in <lambda>()
135 fakeKeyguardClockRepository.setClockSize(ClockSize.SMALL) in <lambda>()
146 fakeKeyguardClockRepository.setClockSize(ClockSize.LARGE) in <lambda>()
DAodBurnInViewModelTest.kt26 import com.android.systemui.keyguard.data.repository.fakeKeyguardClockRepository
63 private val keyguardClockRepository = kosmos.fakeKeyguardClockRepository
80 kosmos.fakeKeyguardClockRepository.setCurrentClock(clockController) in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardClockViewModelTest.kt28 import com.android.systemui.keyguard.data.repository.fakeKeyguardClockRepository
165 fakeKeyguardClockRepository.setCurrentClock(clockController) in hasCustomPositionUpdatedAnimation_withConfigTrue_isTrue()
180 fakeKeyguardClockRepository.setCurrentClock(clockController) in hasCustomPositionUpdatedAnimation_withConfigFalse_isFalse()
192 fakeKeyguardClockRepository.setSelectedClockSize(ClockSizeSetting.SMALL) in testClockSize_alwaysSmallClockSize()
205 fakeKeyguardClockRepository.setSelectedClockSize(ClockSizeSetting.DYNAMIC) in testClockSize_dynamicClockSize()
DKeyguardSmartspaceViewModelTest.kt23 import com.android.systemui.keyguard.data.repository.fakeKeyguardClockRepository
53 kosmos.fakeKeyguardClockRepository.setCurrentClock(clockController) in setup()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardBlueprintInteractorTest.kt31 import com.android.systemui.keyguard.data.repository.fakeKeyguardClockRepository
65 private val clockRepository by lazy { kosmos.fakeKeyguardClockRepository } in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardClockInteractorTest.kt27 import com.android.systemui.keyguard.data.repository.fakeKeyguardClockRepository
95 kosmos.fakeKeyguardClockRepository.setShouldForceSmallClock(true) in clockSize_forceSmallClock_SMALL()