Searched refs:oldBandwidth (Results 1 – 1 of 1) sorted by relevance
1756 float oldBandwidth = newExtras.getFloat(Connection.EXTRA_AUDIO_CODEC_BANDWIDTH_KHZ, in refreshCodec() local1758 if (Math.abs(newBandwidth - oldBandwidth) > THRESHOLD) { in refreshCodec()1760 Log.i(this, "refreshCodec: bandwidth changed; old=%f, new=%f", oldBandwidth, in refreshCodec()