Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpCodecConfigTest.java234 .setCodecConfigPreference( in setUp()
724 .setCodecConfigPreference(mTestDevice, codecConfigsArray); in testDisableOptionalCodecs()
734 .setCodecConfigPreference(mTestDevice, codecConfigsArray); in testDisableOptionalCodecs()
760 .setCodecConfigPreference(mTestDevice, codecConfigsArray); in testEnableOptionalCodecs()
769 .setCodecConfigPreference(mTestDevice, codecConfigsArray); in testEnableOptionalCodecs()
874 mA2dpCodecConfig.setCodecConfigPreference( in testCodecParametersChangeHelper()
878 .setCodecConfigPreference(mTestDevice, newCodecConfigsArray); in testCodecParametersChangeHelper()
901 mA2dpCodecConfig.setCodecConfigPreference( in testCodecParametersChangeHelper()
904 .setCodecConfigPreference(mTestDevice, newCodecConfigsArray); in testCodecParametersChangeHelper()
912 mA2dpCodecConfig.setCodecConfigPreference( in testCodecParametersChangeHelper()
[all …]
DA2dpServiceBinderTest.java181 public void setCodecConfigPreference() { in setCodecConfigPreference() method in A2dpServiceBinderTest
184 mBinder.setCodecConfigPreference(sDevice, config, sSource); in setCodecConfigPreference()
185 verify(mA2dpService).setCodecConfigPreference(sDevice, config); in setCodecConfigPreference()
DA2dpServiceTest.java1052 .setCodecConfigPreference( in connectDeviceWithCodecStatus()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpCodecConfig.java82 void setCodecConfigPreference( in setCodecConfigPreference() method in A2dpCodecConfig
118 mA2dpNativeInterface.setCodecConfigPreference(device, codecConfigArray); in setCodecConfigPreference()
143 mA2dpNativeInterface.setCodecConfigPreference(device, codecConfigArray); in enableOptionalCodecs()
165 mA2dpNativeInterface.setCodecConfigPreference(device, codecConfigArray); in disableOptionalCodecs()
328 mA2dpNativeInterface.setCodecConfigPreference(device, codecConfigArray); in switchCodecByBufferSize()
DA2dpNativeInterface.java159 public boolean setCodecConfigPreference( in setCodecConfigPreference() method in A2dpNativeInterface
DA2dpService.java757 public void setCodecConfigPreference(BluetoothDevice device, BluetoothCodecConfig codecConfig) { in setCodecConfigPreference() method in A2dpService
775 mA2dpCodecConfig.setCodecConfigPreference(device, codecStatus, codecConfig); in setCodecConfigPreference()
1551 public void setCodecConfigPreference( in setCodecConfigPreference() method in A2dpService.BluetoothA2dpBinder
1574 service.setCodecConfigPreference(device, codecConfig); in setCodecConfigPreference()
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
DAbstractBluetoothA2dpPreferenceControllerTest.java78 doNothing().when(mController).setCodecConfigPreference(any(), any()); in setup()
91 verify(mController).setCodecConfigPreference(any(), any()); in onPreferenceChange_bluetoothConnected_shouldUpdateCodec()
100 verify(mController, never()).setCodecConfigPreference(any(), any()); in onPreferenceChange_bluetoothNotConnected_shouldNotUpdateCodec()
/packages/apps/Settings/src/com/android/settings/development/
DAbstractBluetoothA2dpPreferenceController.java98 setCodecConfigPreference(activeDevice, codecConfig); in onPreferenceChange()
191 void setCodecConfigPreference(BluetoothDevice device, in setCodecConfigPreference() method in AbstractBluetoothA2dpPreferenceController
198 mBluetoothA2dp.setCodecConfigPreference(bluetoothDevice, config); in setCodecConfigPreference()
/packages/modules/Bluetooth/framework/api/
Dmodule-lib-lint-baseline.txt48 RequiresPermission: android.bluetooth.BluetoothA2dp#setCodecConfigPreference(android.bluetooth.Blue…
49 …Method 'setCodecConfigPreference' documentation mentions permissions already declared by @Requires…
Dsystem-lint-baseline.txt48 RequiresPermission: android.bluetooth.BluetoothA2dp#setCodecConfigPreference(android.bluetooth.Blue…
49 …Method 'setCodecConfigPreference' documentation mentions permissions already declared by @Requires…
Dsystem-current.txt15 … android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void setCodecConfigPreference(@NonNull …
464 … android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void setCodecConfigPreference(int, @Non…
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioBinderTest.java408 public void setCodecConfigPreference() { in setCodecConfigPreference() method in LeAudioBinderTest
415 mBinder.setCodecConfigPreference(groupId, inputConfig, outputConfig, source); in setCodecConfigPreference()
416 verify(mLeAudioService).setCodecConfigPreference(groupId, inputConfig, outputConfig); in setCodecConfigPreference()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothA2dp.aidl59 …oneway void setCodecConfigPreference(in BluetoothDevice device, in BluetoothCodecConfig codecConfi… in setCodecConfigPreference() method
DIBluetoothLeAudio.aidl61 …void setCodecConfigPreference(in int groupId, in BluetoothLeAudioCodecConfig inputCodecConfig, in … in setCodecConfigPreference() method
/packages/apps/Settings/src/com/android/settings/development/bluetooth/
DBluetoothCodecListPreferenceController.java116 bluetoothA2dp.setCodecConfigPreference(activeDevice, codecConfig); in onPreferenceChange()
DAbstractBluetoothDialogPreferenceController.java92 bluetoothA2dp.setCodecConfigPreference(activeDevice, codecConfig); in onIndexUpdated()
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/
DAbstractBluetoothDialogPreferenceControllerTest.java132 verify(mBluetoothA2dp).setCodecConfigPreference( in onIndexUpdated_checkFlow()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioNativeInterface.java342 public void setCodecConfigPreference( in setCodecConfigPreference() method in LeAudioNativeInterface
DLeAudioService.java4733 public void setCodecConfigPreference( in setCodecConfigPreference() method in LeAudioService
4777 mNativeInterface.setCodecConfigPreference(groupId, inputCodecConfig, outputCodecConfig); in setCodecConfigPreference()
5383 public void setCodecConfigPreference( in setCodecConfigPreference() method in LeAudioService.BluetoothLeAudioBinder
5394 service.setCodecConfigPreference(groupId, inputCodecConfig, outputCodecConfig); in setCodecConfigPreference()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothA2dp.java776 public void setCodecConfigPreference( in setCodecConfigPreference() method in BluetoothA2dp
790 service.setCodecConfigPreference(device, codecConfig, mAttributionSource); in setCodecConfigPreference()
DBluetoothLeAudio.java1437 public void setCodecConfigPreference( in setCodecConfigPreference() method in BluetoothLeAudio
1454 service.setCodecConfigPreference( in setCodecConfigPreference()
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DA2dpReceiver.java487 mBluetoothA2dp.setCodecConfigPreference(getA2dpActiveDevice(), codecConfig); in setCodecValue()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1306 Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;->setCodecConfigPreference(Landroid/bluetooth/Bluetoot…
1339 Landroid/bluetooth/IBluetoothA2dp;->setCodecConfigPreference(Landroid/bluetooth/BluetoothDevice;Lan…