Searched refs:setCodecType (Results 1 – 5 of 5) sorted by relevance
114 verify(mBluetoothA2dpConfigStore).setCodecType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_AAC); in writeConfigurationValues_selectDefault_setHighest()126 verify(mBluetoothA2dpConfigStore, atLeastOnce()).setCodecType( in writeConfigurationValues_checkCodec()130 verify(mBluetoothA2dpConfigStore).setCodecType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_AAC); in writeConfigurationValues_checkCodec()133 verify(mBluetoothA2dpConfigStore).setCodecType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_APTX); in writeConfigurationValues_checkCodec()136 verify(mBluetoothA2dpConfigStore).setCodecType( in writeConfigurationValues_checkCodec()140 verify(mBluetoothA2dpConfigStore).setCodecType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_LDAC); in writeConfigurationValues_checkCodec()
200 verify(mBluetoothA2dpConfigStore).setCodecType(mCodecConfigAAC.getCodecType()); in onBluetoothServiceConnected_verifyBluetoothA2dpConfigStore()
37 public void setCodecType(int codecType) { in setCodecType() method in BluetoothA2dpConfigStore
123 mBluetoothA2dpConfigStore.setCodecType(codecTypeValue); in writeConfigurationValues()
114 mBluetoothA2dpConfigStore.setCodecType(config.getCodecType()); in initConfigStore()