Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
H A DProjectionCallHandler.java120 String bluetoothAddress = getHfpBluetoothAddressForCall(telecomCall); in onTelecomCallAdded() local
155 private boolean shouldSuppressCallUiForBluetoothDevice(String bluetoothAddress) { in shouldSuppressCallUiForBluetoothDevice()
/aosp12/packages/services/Car/obd2-lib/src/com/android/car/obd2/connections/
H A DBluetoothConnection.java42 public BluetoothConnection(String bluetoothAddress) { in BluetoothConnection()
/aosp12/packages/apps/Car/Messenger/src/com/android/car/messenger/core/util/
H A DCarStateListener.java124 public boolean isProjectionInActiveForeground(@Nullable String bluetoothAddress) { in isProjectionInActiveForeground()
/aosp12/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIInCallAdapter.aidl51 void setAudioRoute(int route, String bluetoothAddress); in setAudioRoute()
H A DIConnectionServiceAdapter.aidl113 void setAudioRoute(String callId, int audioRoute, String bluetoothAddress, in setAudioRoute()
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DInCallAdapter.java222 public void requestBluetoothAudio(String bluetoothAddress) { in requestBluetoothAudio()
H A DPhone.java376 public void requestBluetoothAudio(String bluetoothAddress) { in requestBluetoothAudio()
H A DConnectionServiceAdapter.java557 void setAudioRoute(String callId, int audioRoute, String bluetoothAddress) { in setAudioRoute()
H A DConnection.java1252 public void onAudioRouteChanged(Connection c, int audioRoute, String bluetoothAddress) {} in onAudioRouteChanged()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallAudioManager.java409 void setAudioRoute(int route, String bluetoothAddress) { in setAudioRoute()
H A DInCallAdapter.java382 public void setAudioRoute(int route, String bluetoothAddress) { in setAudioRoute()
H A DConnectionServiceWrapper.java705 String bluetoothAddress, Session.Info sessionInfo) { in setAudioRoute()