Home
last modified time | relevance | path

Searched refs:setCodecPriority (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/src/com/android/settings/development/
DBluetoothA2dpConfigStore.java41 public void setCodecPriority(int codecPriority) { in setCodecPriority() method in BluetoothA2dpConfigStore
/packages/apps/Settings/src/com/android/settings/development/bluetooth/
DBluetoothCodecDialogPreferenceController.java124 mBluetoothA2dpConfigStore.setCodecPriority(codecPriorityValue); in writeConfigurationValues()
DAbstractBluetoothDialogPreferenceController.java118 mBluetoothA2dpConfigStore.setCodecPriority(CODEC_PRIORITY_HIGHEST); in initConfigStore()
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/
DBluetoothCodecDialogPreferenceControllerTest.java153 verify(mBluetoothA2dpConfigStore, atLeastOnce()).setCodecPriority( in writeConfigurationValues_resetHighestConfig()
DAbstractBluetoothDialogPreferenceControllerTest.java204 verify(mBluetoothA2dpConfigStore).setCodecPriority(CODEC_PRIORITY_HIGHEST); in onBluetoothServiceConnected_verifyBluetoothA2dpConfigStore()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpCodecConfig.java153 codecConfig.setCodecPriority(BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST); in disableOptionalCodecs()