/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/ |
D | A2dpCodecConfigTest.java | 234 .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 …]
|
D | A2dpServiceBinderTest.java | 181 public void setCodecConfigPreference() { in setCodecConfigPreference() method in A2dpServiceBinderTest 184 mBinder.setCodecConfigPreference(sDevice, config, sSource); in setCodecConfigPreference() 185 verify(mA2dpService).setCodecConfigPreference(sDevice, config); in setCodecConfigPreference()
|
D | A2dpServiceTest.java | 1052 .setCodecConfigPreference( in connectDeviceWithCodecStatus()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/ |
D | A2dpCodecConfig.java | 82 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()
|
D | A2dpNativeInterface.java | 159 public boolean setCodecConfigPreference( in setCodecConfigPreference() method in A2dpNativeInterface
|
D | A2dpService.java | 757 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/ |
D | AbstractBluetoothA2dpPreferenceControllerTest.java | 78 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/ |
D | AbstractBluetoothA2dpPreferenceController.java | 98 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/ |
D | module-lib-lint-baseline.txt | 48 RequiresPermission: android.bluetooth.BluetoothA2dp#setCodecConfigPreference(android.bluetooth.Blue… 49 …Method 'setCodecConfigPreference' documentation mentions permissions already declared by @Requires…
|
D | system-lint-baseline.txt | 48 RequiresPermission: android.bluetooth.BluetoothA2dp#setCodecConfigPreference(android.bluetooth.Blue… 49 …Method 'setCodecConfigPreference' documentation mentions permissions already declared by @Requires…
|
D | system-current.txt | 15 … 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/ |
D | LeAudioBinderTest.java | 408 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/ |
D | IBluetoothA2dp.aidl | 59 …oneway void setCodecConfigPreference(in BluetoothDevice device, in BluetoothCodecConfig codecConfi… in setCodecConfigPreference() method
|
D | IBluetoothLeAudio.aidl | 61 …void setCodecConfigPreference(in int groupId, in BluetoothLeAudioCodecConfig inputCodecConfig, in … in setCodecConfigPreference() method
|
/packages/apps/Settings/src/com/android/settings/development/bluetooth/ |
D | BluetoothCodecListPreferenceController.java | 116 bluetoothA2dp.setCodecConfigPreference(activeDevice, codecConfig); in onPreferenceChange()
|
D | AbstractBluetoothDialogPreferenceController.java | 92 bluetoothA2dp.setCodecConfigPreference(activeDevice, codecConfig); in onIndexUpdated()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/ |
D | AbstractBluetoothDialogPreferenceControllerTest.java | 132 verify(mBluetoothA2dp).setCodecConfigPreference( in onIndexUpdated_checkFlow()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/ |
D | LeAudioNativeInterface.java | 342 public void setCodecConfigPreference( in setCodecConfigPreference() method in LeAudioNativeInterface
|
D | LeAudioService.java | 4733 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/ |
D | BluetoothA2dp.java | 776 public void setCodecConfigPreference( in setCodecConfigPreference() method in BluetoothA2dp 790 service.setCodecConfigPreference(device, codecConfig, mAttributionSource); in setCodecConfigPreference()
|
D | BluetoothLeAudio.java | 1437 public void setCodecConfigPreference( in setCodecConfigPreference() method in BluetoothLeAudio 1454 service.setCodecConfigPreference( in setCodecConfigPreference()
|
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
D | A2dpReceiver.java | 487 mBluetoothA2dp.setCodecConfigPreference(getA2dpActiveDevice(), codecConfig); in setCodecValue()
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 1306 Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;->setCodecConfigPreference(Landroid/bluetooth/Bluetoot… 1339 Landroid/bluetooth/IBluetoothA2dp;->setCodecConfigPreference(Landroid/bluetooth/BluetoothDevice;Lan…
|