Home
last modified time | relevance | path

Searched refs:keyguardClockRepository (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardClockInteractor.kt60 val keyguardClockRepository: KeyguardClockRepository, in <lambda>() constant
65 val selectedClockSize: StateFlow<ClockSizeSetting> = keyguardClockRepository.selectedClockSize in <lambda>()
67 val currentClockId: Flow<ClockId> = keyguardClockRepository.currentClockId in <lambda>()
69 val currentClock: StateFlow<ClockController?> = keyguardClockRepository.currentClock in <lambda>()
71 val previewClock: Flow<ClockController> = keyguardClockRepository.previewClock in <lambda>()
73 val clockEventController: ClockEventController by keyguardClockRepository::clockEventController in <lambda>()
75 var clock: ClockController? by keyguardClockRepository.clockEventController::clock in <lambda>()
87 keyguardClockRepository.shouldForceSmallClock && !isOnAod -> ClockSize.SMALL in <lambda>()
100 keyguardClockRepository.clockSize in <lambda>()
137 keyguardClockRepository.setClockSize(size) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardClockViewModelTest.kt29 import com.android.systemui.keyguard.data.repository.keyguardClockRepository
93 keyguardClockRepository.setClockSize(ClockSize.LARGE) in currentClockLayout_splitShadeOn_clockCentered_largeClock()
108 keyguardClockRepository.setClockSize(ClockSize.LARGE) in currentClockLayout_splitShadeOn_clockNotCentered_largeClock_splitShadeLargeClock()
123 keyguardClockRepository.setClockSize(ClockSize.SMALL) in currentClockLayout_splitShadeOn_clockNotCentered_smallClock_splitShadeSmallClock()
137 keyguardClockRepository.setClockSize(ClockSize.SMALL) in currentClockLayout_singleShade_smallClock_smallClock()
150 keyguardClockRepository.setClockSize(ClockSize.LARGE) in currentClockLayout_singleShade_largeClock_largeClock()
163 keyguardClockRepository.setClockSize(ClockSize.LARGE) in hasCustomPositionUpdatedAnimation_withConfigTrue_isTrue()
178 keyguardClockRepository.setClockSize(ClockSize.LARGE) in hasCustomPositionUpdatedAnimation_withConfigFalse_isFalse()
193 keyguardClockRepository.setClockSize(ClockSize.LARGE) in testClockSize_alwaysSmallClockSize()
207 keyguardClockRepository.setClockSize(ClockSize.SMALL) in testClockSize_dynamicClockSize()
[all …]
DKeyguardSmartspaceViewModelTest.kt24 import com.android.systemui.keyguard.data.repository.keyguardClockRepository
65 keyguardClockRepository.setClockSize(ClockSize.LARGE) in testWhenWeatherEnabled_notCustomWeatherDataDisplay_isWeatherVisible_shouldBeTrue()
79 keyguardClockRepository.setClockSize(ClockSize.LARGE) in testWhenWeatherEnabled_hasCustomWeatherDataDisplay_isWeatherVisible_shouldBeFalse()
94 keyguardClockRepository.setClockSize(ClockSize.LARGE) in testWhenWeatherEnabled_notCustomWeatherDataDisplay_notIsWeatherVisible_shouldBeFalse()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardClockInteractorKosmos.kt19 import com.android.systemui.keyguard.data.repository.keyguardClockRepository
30 keyguardClockRepository = keyguardClockRepository, in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DKeyguardClockRepositoryKosmos.kt21 val Kosmos.keyguardClockRepository: KeyguardClockRepository by constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardClockInteractorTest.kt29 import com.android.systemui.keyguard.data.repository.keyguardClockRepository
71 kosmos.keyguardClockRepository.setClockSize(ClockSize.LARGE) in clockSize_sceneContainerFlagOff_basedOnRepository()
74 kosmos.keyguardClockRepository.setClockSize(ClockSize.SMALL) in clockSize_sceneContainerFlagOff_basedOnRepository()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DKeyguardRepositoryModule.kt78 @Binds fun keyguardClockRepository(impl: KeyguardClockRepositoryImpl): KeyguardClockRepository method
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/
DAodBurnInViewModelTest.kt63 private val keyguardClockRepository = kosmos.fakeKeyguardClockRepository constant
405 keyguardClockRepository.setClockSize(ClockSize.SMALL) in translationAndScale_composeFlagOff_weatherLargeClock()