Searched refs:emission (Results 1 – 1 of 1) sorted by relevance
80 val emission = MutableStateFlow(mapOf("testQuickAffordanceKey" to listOf(config))) in setUp() constant81 whenever(keyguardQuickAffordanceRepository.selections).thenReturn(emission) in setUp()174 … val emission = MutableStateFlow(mapOf("testKey" to listOf(config), "testkey2" to listOf(config))) in <lambda>() constant175 whenever(keyguardQuickAffordanceRepository.selections).thenReturn(emission) in <lambda>()193 val emission = MutableStateFlow(mapOf("testKey" to listOf(config))) in <lambda>() constant194 whenever(keyguardQuickAffordanceRepository.selections).thenReturn(emission) in <lambda>()