Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRouteController.java673 AudioRoute bluetoothRoute = mAudioRouteFactory.create(type, bluetoothDevice.getAddress(), in handleBtConnected() local
675 if (bluetoothRoute == null) { in handleBtConnected()
679 Log.i(this, "bluetooth route added: " + bluetoothRoute); in handleBtConnected()
680 mAvailableRoutes.add(bluetoothRoute); in handleBtConnected()
681 mBluetoothRoutes.put(bluetoothRoute, bluetoothDevice); in handleBtConnected()
697 AudioRoute bluetoothRoute = getBluetoothRoute(type, bluetoothDevice.getAddress()); in handleBtDisconnected() local
698 if (bluetoothRoute != null) { in handleBtDisconnected()
699 Log.i(this, "bluetooth route removed: " + bluetoothRoute); in handleBtDisconnected()
700 mBluetoothRoutes.remove(bluetoothRoute); in handleBtDisconnected()
701 mAvailableRoutes.remove(bluetoothRoute); in handleBtDisconnected()
[all …]