Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/development/bluetooth/
DBluetoothCodecDialogPreferenceController.java106 codecPriorityValue = BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST; in writeConfigurationValues()
110 codecPriorityValue = BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST; in writeConfigurationValues()
114 codecPriorityValue = BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST; in writeConfigurationValues()
118 codecPriorityValue = BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST; in writeConfigurationValues()
122 codecPriorityValue = BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST; in writeConfigurationValues()
126 codecPriorityValue = BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST; in writeConfigurationValues()
130 codecPriorityValue = BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST; in writeConfigurationValues()
134 codecPriorityValue = BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST; in writeConfigurationValues()
DAbstractBluetoothListPreferenceController.java19 import static android.bluetooth.BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST;
265 mBluetoothA2dpConfigStore.setCodecPriority(CODEC_PRIORITY_HIGHEST); in initConfigStore()
DAbstractBluetoothDialogPreferenceController.java19 import static android.bluetooth.BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST;
123 mBluetoothA2dpConfigStore.setCodecPriority(CODEC_PRIORITY_HIGHEST); in initConfigStore()
DBluetoothCodecListPreferenceController.java254 mBluetoothA2dpConfigStore.setCodecPriority(BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST); in writeConfigurationValues()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpCodecConfig.java160 codecConfig.setCodecPriority(BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST); in disableOptionalCodecs()
200 && (value < BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST)) { in assignCodecConfigPriorities()
213 && (value < BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST)) { in assignCodecConfigPriorities()
226 && (value < BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST)) { in assignCodecConfigPriorities()
239 && (value < BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST)) { in assignCodecConfigPriorities()
252 && (value < BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST)) { in assignCodecConfigPriorities()
262 && (value < BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST)) { in assignCodecConfigPriorities()
320 codecConfig.setCodecPriority(BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST); in switchCodecByBufferSize()
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/
DBluetoothCodecListPreferenceControllerTest.java131 .setCodecPriority(BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST) in setup()
143 .setCodecPriority(BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST) in setup()
239 .setCodecPriority(BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST); in writeConfigurationValues_chooseHighestConfig()
DBluetoothCodecDialogPreferenceControllerTest.java98 .setCodecPriority(BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST) in setup()
107 .setCodecPriority(BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST) in setup()
194 BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST); in writeConfigurationValues_resetHighestConfig()
DAbstractBluetoothListPreferenceControllerTest.java19 import static android.bluetooth.BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST;
219 verify(mBluetoothA2dpConfigStore).setCodecPriority(CODEC_PRIORITY_HIGHEST); in onBluetoothServiceConnected_verifyBluetoothA2dpConfigStore()
DAbstractBluetoothDialogPreferenceControllerTest.java19 import static android.bluetooth.BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST;
227 verify(mBluetoothA2dpConfigStore).setCodecPriority(CODEC_PRIORITY_HIGHEST); in onBluetoothServiceConnected_verifyBluetoothA2dpConfigStore()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeAudioCodecConfig.java57 value = {CODEC_PRIORITY_DISABLED, CODEC_PRIORITY_DEFAULT, CODEC_PRIORITY_HIGHEST})
70 public static final int CODEC_PRIORITY_HIGHEST = 1000 * 1000; field in BluetoothLeAudioCodecConfig
DBluetoothCodecConfig.java131 value = {CODEC_PRIORITY_DISABLED, CODEC_PRIORITY_DEFAULT, CODEC_PRIORITY_HIGHEST})
144 public static final int CODEC_PRIORITY_HIGHEST = 1000 * 1000; field in BluetoothCodecConfig
/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/
DBluetoothCodecConfigTest.java49 BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST,
352 BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST, in testBluetoothCodecConfig_different_codec_priority()
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DA2dpReceiver.java456 .setCodecPriority(BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST) in setCodecValue()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpCodecConfigTest.java708 BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST, in testDisableOptionalCodecs()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt447 field public static final int CODEC_PRIORITY_HIGHEST = 1000000; // 0xf4240
975 field public static final int CODEC_PRIORITY_HIGHEST = 1000000; // 0xf4240