Home
last modified time | relevance | path

Searched defs:bluetoothAddress (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIInCallAdapter.aidl53 void setAudioRoute(int route, String bluetoothAddress); in setAudioRoute()
H A DIConnectionServiceAdapter.aidl115 void setAudioRoute(String callId, int audioRoute, String bluetoothAddress, in setAudioRoute()
/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DInCallAdapter.java226 public void requestBluetoothAudio(String bluetoothAddress) { in requestBluetoothAudio()
H A DPhone.java380 public void requestBluetoothAudio(String bluetoothAddress) { in requestBluetoothAudio()
H A DConnectionServiceAdapter.java564 void setAudioRoute(String callId, int audioRoute, String bluetoothAddress) { in setAudioRoute()
H A DConnection.java1286 public void onAudioRouteChanged(Connection c, int audioRoute, String bluetoothAddress) {} in onAudioRouteChanged()