Home
last modified time | relevance | path

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

/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
DProjectionCallHandler.java95 String bluetoothAddress = getHfpBluetoothAddressForCall(telecomCall); in onTelecomCallAdded() local
96 if (bluetoothAddress == null) { in onTelecomCallAdded()
101 return shouldSuppressCallUiForBluetoothDevice(bluetoothAddress); in onTelecomCallAdded()
130 private boolean shouldSuppressCallUiForBluetoothDevice(String bluetoothAddress) { in shouldSuppressCallUiForBluetoothDevice() argument
131 L.d(TAG, "shouldSuppressCallUiFor(%s)", bluetoothAddress); in shouldSuppressCallUiForBluetoothDevice()
173 } else if (bluetoothAddress.equals( in shouldSuppressCallUiForBluetoothDevice()
176 + "from device's Bluetooth address %s", device, bluetoothAddress); in shouldSuppressCallUiForBluetoothDevice()
/packages/services/Car/obd2-lib/src/com/android/car/obd2/connections/
DBluetoothConnection.java42 public BluetoothConnection(String bluetoothAddress) { in BluetoothConnection() argument
43 this(BluetoothAdapter.getDefaultAdapter().getRemoteDevice(bluetoothAddress)); in BluetoothConnection()
/packages/services/Telecomm/src/com/android/server/telecom/
DInCallAdapter.java305 public void setAudioRoute(int route, String bluetoothAddress) { in setAudioRoute() argument
311 mCallsManager.setAudioRoute(route, bluetoothAddress); in setAudioRoute()
DCallAudioManager.java393 void setAudioRoute(int route, String bluetoothAddress) { in setAudioRoute() argument
398 CallAudioRouteStateMachine.USER_SWITCH_BLUETOOTH, 0, bluetoothAddress); in setAudioRoute()
DConnectionServiceWrapper.java639 String bluetoothAddress, Session.Info sessionInfo) { in setAudioRoute() argument
646 mCallsManager.setAudioRoute(audioRoute, bluetoothAddress); in setAudioRoute()
DCallsManager.java2298 void setAudioRoute(int route, String bluetoothAddress) {
2302 bluetoothAddress = null;
2304 mCallAudioManager.setAudioRoute(route, bluetoothAddress);