Searched refs:currentEndpoint (Results 1 – 5 of 5) sorted by relevance
55 val currentEndpoint: TextView = itemView.findViewById(R.id.endpointStateTextView) constant162 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()
390 val currentEndpoint = currentCallEndpoint.first() in <lambda>() constant391 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>()
259 currentEndpoint: CallEndpointCompat, in maybeSwitchToSpeakerOnCallStart()265 if (isEarpieceEndpoint(currentEndpoint) && speakerEndpoint != null) { in maybeSwitchToSpeakerOnCallStart()
79 mCallAudioRouteResolver.currentEndpoint in <lambda>()
71 val currentEndpoint: StateFlow<CallAudioEndpoint?> = mCurrentEndpoint.asStateFlow() in <lambda>() constant