Home
last modified time | relevance | path

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

/core/core-telecom/integration-tests/testicsapp/src/main/java/androidx/core/telecom/test/ui/calling/
DOngoingCallsViewModel.kt274 name = endpoint.frameworkName ?: getAudioEndpointRouteName(endpoint.audioRoute), in <lambda>()
280 private fun getAudioEndpointRouteName(audioState: AudioRoute): String { in <lambda>() method