Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpServiceBinderTest.java196 public void disableOptionalCodecs() { in disableOptionalCodecs() method in A2dpServiceBinderTest
198 mBinder.disableOptionalCodecs(sDevice, sSource); in disableOptionalCodecs()
199 verify(mA2dpService).disableOptionalCodecs(sDevice); in disableOptionalCodecs()
DA2dpCodecConfigTest.java718 mA2dpCodecConfig.disableOptionalCodecs( in testDisableOptionalCodecs()
729 mA2dpCodecConfig.disableOptionalCodecs( in testDisableOptionalCodecs()
/packages/apps/Settings/src/com/android/settings/development/bluetooth/
DBluetoothHDAudioPreferenceController.java97 bluetoothA2dp.disableOptionalCodecs(activeDevice); in onPreferenceChange()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpService.java812 public void disableOptionalCodecs(BluetoothDevice device) { in disableOptionalCodecs() method in A2dpService
831 mA2dpCodecConfig.disableOptionalCodecs(device, codecStatus.getCodecConfig()); in disableOptionalCodecs()
1281 disableOptionalCodecs(device); in updateOptionalCodecsSupport()
1592 public void disableOptionalCodecs(BluetoothDevice device, AttributionSource source) { in disableOptionalCodecs() method in A2dpService.BluetoothA2dpBinder
1602 service.disableOptionalCodecs(device); in disableOptionalCodecs()
DA2dpCodecConfig.java146 void disableOptionalCodecs(BluetoothDevice device, BluetoothCodecConfig currentCodecConfig) { in disableOptionalCodecs() method in A2dpCodecConfig
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothA2dp.aidl63 …oneway void disableOptionalCodecs(in BluetoothDevice device, in AttributionSource attributionSourc… in disableOptionalCodecs() method
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/
DBluetoothHDAudioPreferenceControllerTest.java161 verify(mBluetoothA2dp).disableOptionalCodecs(mActiveDevice); in onPreferenceChange_disable_verifyFlow()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothA2dp.java848 public void disableOptionalCodecs(@NonNull BluetoothDevice device) { in disableOptionalCodecs() method in BluetoothA2dp
875 service.disableOptionalCodecs(device, mAttributionSource); in enableDisableOptionalCodecs()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1290 Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;->disableOptionalCodecs(Landroid/bluetooth/BluetoothDe…
1330 Landroid/bluetooth/IBluetoothA2dp;->disableOptionalCodecs(Landroid/bluetooth/BluetoothDevice;)V
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt5 …T, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void disableOptionalCodecs(@NonNull a…