Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DFakeKeyguardClockRepository.kt40 private val _currentClockId = MutableStateFlow(DEFAULT_CLOCK_ID) constant
41 override val currentClockId: Flow<ClockId> = _currentClockId
65 _currentClockId.value = clockController.config.id in setCurrentClock()