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