Home
last modified time | relevance | path

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

/core/core-telecom/integration-tests/testicsapp/src/main/java/androidx/core/telecom/test/services/
DCallAudioRouteResolver.kt103 endpoints.mapNotNull(::createCallAudioEndpoint) in <lambda>()
114 val audioEndpoint = current?.let { createCallAudioEndpoint(it) } in <lambda>()
210 private fun createCallAudioEndpoint(endpoint: CallEndpoint): CallAudioEndpoint? { in <lambda>() method