Searched refs:bluetoothAddress (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/ |
D | ProjectionCallHandler.java | 95 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/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/ |
D | ProjectionStateListener.java | 80 public boolean isProjectionInActiveForeground(@Nullable String bluetoothAddress) { in isProjectionInActiveForeground() argument 81 if (bluetoothAddress == null) { in isProjectionInActiveForeground() 125 } else if (bluetoothAddress.equals( in isProjectionInActiveForeground() 129 + bluetoothAddress); in isProjectionInActiveForeground()
|
/packages/services/Car/obd2-lib/src/com/android/car/obd2/connections/ |
D | BluetoothConnection.java | 42 public BluetoothConnection(String bluetoothAddress) { in BluetoothConnection() argument 43 this(BluetoothAdapter.getDefaultAdapter().getRemoteDevice(bluetoothAddress)); in BluetoothConnection()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | InCallAdapter.java | 379 public void setAudioRoute(int route, String bluetoothAddress) { in setAudioRoute() argument 385 mCallsManager.setAudioRoute(route, bluetoothAddress); in setAudioRoute()
|
D | CallAudioManager.java | 401 void setAudioRoute(int route, String bluetoothAddress) { in setAudioRoute() argument 406 CallAudioRouteStateMachine.USER_SWITCH_BLUETOOTH, 0, bluetoothAddress); in setAudioRoute()
|
D | ConnectionServiceWrapper.java | 694 String bluetoothAddress, Session.Info sessionInfo) { in setAudioRoute() argument 701 mCallsManager.setAudioRoute(audioRoute, bluetoothAddress); in setAudioRoute()
|
D | CallsManager.java | 2769 void setAudioRoute(int route, String bluetoothAddress) { 2770 mCallAudioManager.setAudioRoute(route, bluetoothAddress);
|