Searched refs:_currentClock (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/ | ||
D | FakeKeyguardClockRepository.kt | 43 private val _currentClock: MutableStateFlow<ClockController?> = MutableStateFlow(null) constant in com.android.systemui.keyguard.data.repository.FakeKeyguardClockRepository |