Searched refs:newlyConnectedKeyboard (Results 1 – 4 of 4) sorted by relevance
252 val keyboards by collectValues(underTest.newlyConnectedKeyboard) in <lambda>()265 assertThat(underTest.newlyConnectedKeyboard.first()) in <lambda>()274 underTest.newlyConnectedKeyboard.first() in <lambda>()280 val keyboards by collectValues(underTest.newlyConnectedKeyboard) in <lambda>()301 val keyboards by collectValues(underTest.newlyConnectedKeyboard) in <lambda>()311 val keyboards by collectValues(underTest.newlyConnectedKeyboard) in <lambda>()
36 override val newlyConnectedKeyboard: Flow<Keyboard> = _newlyConnectedKeyboard.filterNotNull() constant in com.android.systemui.keyboard.data.repository.FakeKeyboardRepository
61 val newlyConnectedKeyboard: Flow<Keyboard> in <lambda>() constant120 override val newlyConnectedKeyboard: Flow<Keyboard> = constant in com.android.systemui.keyboard.data.repository.KeyboardRepositoryImpl
51 override val newlyConnectedKeyboard: Flow<Keyboard> = _newlyConnectedKeyboard.filterNotNull() constant