Searched refs:btDevice (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
H A DAudioService.java1579 BluetoothDevice btDevice;
1586 btDevice = deviceList.get(0);
1587 handleA2dpConnectionStateChange(btDevice, a2dp.getConnectionState(btDevice));
2389 private void handleA2dpConnectionStateChange(BluetoothDevice btDevice, int state) argument
2391 if (btDevice == null) {
2394 String address = btDevice.getAddress();
2404 if (btDevice.isBluetoothDock()) {
2416 if (btDevice.isBluetoothDock()) {
2469 BluetoothDevice btDevice
[all...]

Completed in 31 milliseconds