Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DFakeKeyguardClockRepository.kt43 private val _currentClock: MutableStateFlow<ClockController?> = MutableStateFlow(null) constant in com.android.systemui.keyguard.data.repository.FakeKeyguardClockRepository
44 override val currentClock = _currentClock
64 _currentClock.value = clockController in setCurrentClock()