Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/media/
DLegacyBluetoothRouteController.java158 mBluetoothAdapter.setActiveDevice(btRouteInfo.mBtDevice, ACTIVE_DEVICE_AUDIO); in transferTo()
284 newBtRoute.mBtDevice = device; in createBluetoothRoute()
401 && !TextUtils.equals(btRoute.mBtDevice.getAddress(), in addActiveDevices()
402 activeBtRoute.mBtDevice.getAddress())) { in addActiveDevices()
409 private BluetoothDevice mBtDevice; field in LegacyBluetoothRouteController.BluetoothRouteInfo
DBluetoothDeviceRoutesManager.java165 mBluetoothAdapter.setActiveDevice(btRouteInfo.mBtDevice, ACTIVE_DEVICE_AUDIO); in activateBluetoothDeviceWithAddress()
235 newBtRoute.mBtDevice = device; in createBluetoothRoute()
332 private BluetoothDevice mBtDevice; field in BluetoothRouteInfo