Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/common/ui/data/repository/
H A DFakeConfigurationRepository.kt26 private val onAnyConfigurationChangeChannel = Channel<Unit>() regex
28 onAnyConfigurationChangeChannel.receiveAsFlow()
34 onAnyConfigurationChangeChannel.send(Unit)