Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/quickaffordance/
DMuteQuickAffordanceCoreStartableTest.kt80 val emission = MutableStateFlow(mapOf("testQuickAffordanceKey" to listOf(config))) in setUp() constant
81 whenever(keyguardQuickAffordanceRepository.selections).thenReturn(emission) in setUp()
174 … val emission = MutableStateFlow(mapOf("testKey" to listOf(config), "testkey2" to listOf(config))) in <lambda>() constant
175 whenever(keyguardQuickAffordanceRepository.selections).thenReturn(emission) in <lambda>()
193 val emission = MutableStateFlow(mapOf("testKey" to listOf(config))) in <lambda>() constant
194 whenever(keyguardQuickAffordanceRepository.selections).thenReturn(emission) in <lambda>()