Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpServiceBinderTest.java215 public void setOptionalCodecsEnabled() { in setOptionalCodecsEnabled() method in A2dpServiceBinderTest
218 mBinder.setOptionalCodecsEnabled(sDevice, value, sSource); in setOptionalCodecsEnabled()
219 verify(mA2dpService).setOptionalCodecsEnabled(sDevice, value); in setOptionalCodecsEnabled()
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/
DBluetoothHDAudioPreferenceControllerTest.java162 verify(mBluetoothA2dp).setOptionalCodecsEnabled(mActiveDevice, in onPreferenceChange_disable_verifyFlow()
176 verify(mBluetoothA2dp).setOptionalCodecsEnabled(mActiveDevice, in onPreferenceChange_enable_verifyFlow()
/packages/apps/Settings/src/com/android/settings/development/bluetooth/
DBluetoothHDAudioPreferenceController.java93 bluetoothA2dp.setOptionalCodecsEnabled(activeDevice, prefValue); in onPreferenceChange()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothA2dp.aidl69 …oneway void setOptionalCodecsEnabled(in BluetoothDevice device, int value, in AttributionSource at… in setOptionalCodecsEnabled() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpService.java877 public void setOptionalCodecsEnabled( in setOptionalCodecsEnabled() method in A2dpService
1275 setOptionalCodecsEnabled(device, BluetoothA2dp.OPTIONAL_CODECS_PREF_ENABLED); in updateOptionalCodecsSupport()
1634 public void setOptionalCodecsEnabled( in setOptionalCodecsEnabled() method in A2dpService.BluetoothA2dpBinder
1645 service.setOptionalCodecsEnabled(device, value); in setOptionalCodecsEnabled()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothA2dp.java968 public void setOptionalCodecsEnabled( in setOptionalCodecsEnabled() method in BluetoothA2dp
984 service.setOptionalCodecsEnabled(device, value, mAttributionSource); in setOptionalCodecsEnabled()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1307 Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;->setOptionalCodecsEnabled(Landroid/bluetooth/Bluetoot…
1340 Landroid/bluetooth/IBluetoothA2dp;->setOptionalCodecsEnabled(Landroid/bluetooth/BluetoothDevice;I)V
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt17 … android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void setOptionalCodecsEnabled(@NonNull …