Home
last modified time | relevance | path

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

/core/core-telecom/src/androidTest/java/androidx/core/telecom/test/
DCallSessionTest.kt137 callSession.onCallEndpointChanged(getCurrentEndpoint()) in <lambda>()
159 callSession.onCallEndpointChanged(getCurrentEndpoint()) in <lambda>()
249 fun getCurrentEndpoint(): CallEndpoint { in <lambda>() method in androidx.core.telecom.test.CallSessionTest
255 endpoints.add(getCurrentEndpoint()) in <lambda>()
/core/core-telecom/integration-tests/testicsapp/src/main/java/androidx/core/telecom/test/services/
DCallAudioRouteResolver.kt87 mCurrentEndpoint.value = getCurrentEndpoint(state) in <lambda>()
185 private fun getCurrentEndpoint(callAudioState: CallAudioState): CallAudioEndpoint { in <lambda>() method