Searched refs:fakeKeyguardClockRepository (Results 1 – 7 of 7) sorted by relevance
22 Kosmos.Fixture { fakeKeyguardClockRepository } in <lambda>()23 val Kosmos.fakeKeyguardClockRepository by Kosmos.Fixture { FakeKeyguardClockRepository() } in <lambda>() constant
29 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>()
26 import com.android.systemui.keyguard.data.repository.fakeKeyguardClockRepository63 private val keyguardClockRepository = kosmos.fakeKeyguardClockRepository80 kosmos.fakeKeyguardClockRepository.setCurrentClock(clockController) in setUp()
28 import com.android.systemui.keyguard.data.repository.fakeKeyguardClockRepository165 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()
23 import com.android.systemui.keyguard.data.repository.fakeKeyguardClockRepository53 kosmos.fakeKeyguardClockRepository.setCurrentClock(clockController) in setup()
31 import com.android.systemui.keyguard.data.repository.fakeKeyguardClockRepository65 private val clockRepository by lazy { kosmos.fakeKeyguardClockRepository } in <lambda>()
27 import com.android.systemui.keyguard.data.repository.fakeKeyguardClockRepository95 kosmos.fakeKeyguardClockRepository.setShouldForceSmallClock(true) in clockSize_forceSmallClock_SMALL()