Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
H A DBluetoothDeviceManager.java123 private BluetoothAdapterProxy mBluetoothAdapterProxy; field in BluetoothDeviceManager
127 mBluetoothAdapterProxy = bluetoothAdapter; in BluetoothDeviceManager()
252 mBluetoothAdapterProxy.setActiveDevice(null, in disconnectAudio()
276 return mBluetoothAdapterProxy.setActiveDevice( in connectAudio()
285 boolean success = mBluetoothAdapterProxy.setActiveDevice(device, in connectAudio()
313 mBluetoothAdapterProxy.setActiveDevice( in restoreHearingAidDevice()