Home
last modified time | relevance | path

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

/core/core-telecom/integration-tests/testicsapp/src/main/java/androidx/core/telecom/test/services/
DLocalIcsBinder.kt33 val currentAudioEndpoint: StateFlow<CallAudioEndpoint?> constant
DRemoteCallProvider.kt122 conn.connection?.currentAudioEndpoint ?: emptyFlow() in <lambda>()
DInCallServiceImpl.kt78 override val currentAudioEndpoint: StateFlow<CallAudioEndpoint?> = in <lambda>() constant in androidx.core.telecom.test.services.InCallServiceImpl