Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DLocalBluetoothManager.java62 private BluetoothA2dp mBluetoothA2dp; field in LocalBluetoothManager
116 mBluetoothA2dp = new BluetoothA2dp(context); in init()
183 Set<BluetoothDevice> sinks = mBluetoothA2dp.getConnectedSinks(); in startScanning()
186 if (mBluetoothA2dp.getSinkState(sink) == BluetoothA2dp.STATE_PLAYING) { in startScanning()