Home
last modified time | relevance | path

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

/core/core-telecom/integration-tests/testapp/src/main/java/androidx/core/telecom/test/
DCallListAdapter.kt55 val currentEndpoint: TextView = itemView.findViewById(R.id.endpointStateTextView) constant
162 holder.currentEndpoint.text = "[earpiece]" in onBindViewHolder()
165 holder.currentEndpoint.text = CONTROL_ACTION_FAILED_MSG in onBindViewHolder()
182 holder.currentEndpoint.text = "[speaker]" in onBindViewHolder()
185 holder.currentEndpoint.text = CONTROL_ACTION_FAILED_MSG in onBindViewHolder()
203 holder.currentEndpoint.text = "[BT:${bluetoothEndpoint.name}]" in onBindViewHolder()
207 holder.currentEndpoint.text = CONTROL_ACTION_FAILED_MSG in onBindViewHolder()
294 holder?.currentEndpoint?.text = "[$endpoint]" in updateEndpoint()
/core/core-telecom/src/androidTest/java/androidx/core/telecom/test/
DBasicCallControlsTest.kt390 val currentEndpoint = currentCallEndpoint.first() in <lambda>() constant
391 assertNotNull("currentEndpoint is null", currentEndpoint) in <lambda>()
398 getAnotherEndpoint(currentEndpoint, availableEndpointsList) in <lambda>()
465 currentEndpoint: CallEndpointCompat, in <lambda>()
469 if (endpoint.type != currentEndpoint.type) { in <lambda>()
/core/core-telecom/src/main/java/androidx/core/telecom/internal/
DCallSessionLegacy.kt259 currentEndpoint: CallEndpointCompat, in maybeSwitchToSpeakerOnCallStart()
265 if (isEarpieceEndpoint(currentEndpoint) && speakerEndpoint != null) { in maybeSwitchToSpeakerOnCallStart()
/core/core-telecom/integration-tests/testicsapp/src/main/java/androidx/core/telecom/test/services/
DInCallServiceImpl.kt79 mCallAudioRouteResolver.currentEndpoint in <lambda>()
DCallAudioRouteResolver.kt71 val currentEndpoint: StateFlow<CallAudioEndpoint?> = mCurrentEndpoint.asStateFlow() in <lambda>() constant