Searched refs:setCodecPriority (Results 1 – 6 of 6) sorted by relevance
41 public void setCodecPriority(int codecPriority) { in setCodecPriority() method in BluetoothA2dpConfigStore
124 mBluetoothA2dpConfigStore.setCodecPriority(codecPriorityValue); in writeConfigurationValues()
118 mBluetoothA2dpConfigStore.setCodecPriority(CODEC_PRIORITY_HIGHEST); in initConfigStore()
153 verify(mBluetoothA2dpConfigStore, atLeastOnce()).setCodecPriority( in writeConfigurationValues_resetHighestConfig()
204 verify(mBluetoothA2dpConfigStore).setCodecPriority(CODEC_PRIORITY_HIGHEST); in onBluetoothServiceConnected_verifyBluetoothA2dpConfigStore()
153 codecConfig.setCodecPriority(BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST); in disableOptionalCodecs()