Searched defs:bluetoothAddress (Results 1 – 12 of 12) sorted by relevance
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/ |
H A D | ProjectionCallHandler.java | 120 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 D | BluetoothConnection.java | 42 public BluetoothConnection(String bluetoothAddress) { in BluetoothConnection()
|
/aosp12/packages/apps/Car/Messenger/src/com/android/car/messenger/core/util/ |
H A D | CarStateListener.java | 124 public boolean isProjectionInActiveForeground(@Nullable String bluetoothAddress) { in isProjectionInActiveForeground()
|
/aosp12/frameworks/base/telecomm/java/com/android/internal/telecom/ |
H A D | IInCallAdapter.aidl | 51 void setAudioRoute(int route, String bluetoothAddress); in setAudioRoute()
|
H A D | IConnectionServiceAdapter.aidl | 113 void setAudioRoute(String callId, int audioRoute, String bluetoothAddress, in setAudioRoute()
|
/aosp12/frameworks/base/telecomm/java/android/telecom/ |
H A D | InCallAdapter.java | 222 public void requestBluetoothAudio(String bluetoothAddress) { in requestBluetoothAudio()
|
H A D | Phone.java | 376 public void requestBluetoothAudio(String bluetoothAddress) { in requestBluetoothAudio()
|
H A D | ConnectionServiceAdapter.java | 557 void setAudioRoute(String callId, int audioRoute, String bluetoothAddress) { in setAudioRoute()
|
H A D | Connection.java | 1252 public void onAudioRouteChanged(Connection c, int audioRoute, String bluetoothAddress) {} in onAudioRouteChanged()
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | CallAudioManager.java | 409 void setAudioRoute(int route, String bluetoothAddress) { in setAudioRoute()
|
H A D | InCallAdapter.java | 382 public void setAudioRoute(int route, String bluetoothAddress) { in setAudioRoute()
|
H A D | ConnectionServiceWrapper.java | 705 String bluetoothAddress, Session.Info sessionInfo) { in setAudioRoute()
|