Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothDeviceManager.java74 mBluetoothRouteManager.onDeviceLost(device);
109 mBluetoothRouteManager.onDeviceAdded(device);
115 mBluetoothRouteManager.onDeviceLost(device);
130 private BluetoothRouteManager mBluetoothRouteManager; field in BluetoothDeviceManager
147 mBluetoothRouteManager = brm; in setBluetoothRouteManager()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRoutePeripheralAdapter.java29 private final BluetoothRouteManager mBluetoothRouteManager; field in CallAudioRoutePeripheralAdapter
37 mBluetoothRouteManager = bluetoothManager; in CallAudioRoutePeripheralAdapter()
39 mBluetoothRouteManager.setListener(this); in CallAudioRoutePeripheralAdapter()
45 return mBluetoothRouteManager.isBluetoothAudioConnectedOrPending(); in isBluetoothAudioOn()
DCallAudioRouteStateMachine.java1131 private final BluetoothRouteManager mBluetoothRouteManager; field in CallAudioRouteStateMachine
1169 mBluetoothRouteManager = bluetoothManager; in CallAudioRouteStateMachine()
1292 return mBluetoothRouteManager.isBluetoothAvailable(); in isHfpDeviceAvailable()
1304 if (mBluetoothRouteManager.isBluetoothAvailable()) { in setBluetoothOn()
1305 if (on != mBluetoothRouteManager.isBluetoothAudioConnectedOrPending()) { in setBluetoothOn()
1308 mBluetoothRouteManager.connectBluetoothAudio(null /*TODO: add real address*/); in setBluetoothOn()
1310 mBluetoothRouteManager.disconnectBluetoothAudio(); in setBluetoothOn()
1398 if (mBluetoothRouteManager.isBluetoothAvailable()) { in calculateSupportedRoutes()
DCallsManager.java243 private final BluetoothRouteManager mBluetoothRouteManager; field in CallsManager
323 mBluetoothRouteManager = bluetoothManager; in CallsManager()
1388 !mBluetoothRouteManager.isBluetoothAvailable() && in isSpeakerphoneAutoEnabledForVideoCalls()
1402 !mBluetoothRouteManager.isBluetoothAvailable(); in isSpeakerphoneEnabledForDock()