Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothA2dpFacade.java47 private BluetoothCodecConfig mBluetoothCodecConfig; field in BluetoothA2dpFacade
64 mBluetoothCodecConfig = new BluetoothCodecConfig( in BluetoothA2dpFacade()
99 if (codecStatus.getCodecConfig().equals(mBluetoothCodecConfig)) { in onReceive()
283 mBluetoothCodecConfig = codecConfig; in bluetoothA2dpSetCodecConfigPreference()
284 sA2dpProfile.setCodecConfigPreference(null, mBluetoothCodecConfig); in bluetoothA2dpSetCodecConfigPreference()