Lines Matching defs:newVolume
2806 final int newVolume = intent.getIntExtra(AudioManager.EXTRA_VOLUME_STREAM_VALUE, 0);2809 if (newVolume != oldVolume) {2810 systemVolumeChanged(newVolume);