Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/bluetooth/
DCarBluetoothUserService.java68 private BluetoothA2dpSink mBluetoothA2dpSink; field in CarBluetoothUserService
141 mBluetoothAdapter.closeProfileProxy(BluetoothProfile.A2DP_SINK, mBluetoothA2dpSink); in closeBluetoothConnectionProxies()
142 mBluetoothA2dpSink = null; in closeBluetoothConnectionProxies()
174 mBluetoothA2dpSink = (BluetoothA2dpSink) proxy;
301 policy = mBluetoothA2dpSink.getConnectionPolicy(device); in getConnectionPolicy()
350 mBluetoothA2dpSink.setConnectionPolicy(device, policy); in setConnectionPolicy()
428 pw.printf("BluetoothA2dpSink: %s\n", mBluetoothA2dpSink); in dump()