Home
last modified time | relevance | path

Searched refs:setCurrentClock (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DFakeKeyguardClockRepository.kt63 fun setCurrentClock(clockController: ClockController) { in setCurrentClock() method in com.android.systemui.keyguard.data.repository.FakeKeyguardClockRepository
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardSmartspaceViewModelTest.kt53 kosmos.fakeKeyguardClockRepository.setCurrentClock(clockController) in setup()
DKeyguardClockViewModelTest.kt165 fakeKeyguardClockRepository.setCurrentClock(clockController) in hasCustomPositionUpdatedAnimation_withConfigTrue_isTrue()
180 fakeKeyguardClockRepository.setCurrentClock(clockController) in hasCustomPositionUpdatedAnimation_withConfigFalse_isFalse()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardBlueprintInteractorTest.kt116 clockRepository.setCurrentClock(clockController) in testDoesNotApplySplitShadeBlueprint()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/
DAodBurnInViewModelTest.kt80 kosmos.fakeKeyguardClockRepository.setCurrentClock(clockController) in setUp()