Searched refs:newBandwidth (Results 1 – 1 of 1) sorted by relevance
1755 float newBandwidth = getOriginalConnection().getAudioCodecBandwidthKhz(); in refreshCodec() local1758 if (Math.abs(newBandwidth - oldBandwidth) > THRESHOLD) { in refreshCodec()1759 newExtras.putFloat(Connection.EXTRA_AUDIO_CODEC_BANDWIDTH_KHZ, newBandwidth); in refreshCodec()1761 newBandwidth); in refreshCodec()