Lines Matching full:audiomanager
146 if (((AudioManager) appContext.getSystemService(Context.AUDIO_SERVICE))
159 new IntentFilter(AudioManager.VOLUME_CHANGED_ACTION));
1505 int mPlaybackStream = AudioManager.STREAM_MUSIC;
2146 * {@link AudioManager#registerRemoteControlClient(RemoteControlClient)}.</p>
2948 if (intent.getAction().equals(AudioManager.VOLUME_CHANGED_ACTION)) {
2949 final int streamType = intent.getIntExtra(AudioManager.EXTRA_VOLUME_STREAM_TYPE,
2951 if (streamType != AudioManager.STREAM_MUSIC) {
2955 final int newVolume = intent.getIntExtra(AudioManager.EXTRA_VOLUME_STREAM_VALUE, 0);
2957 AudioManager.EXTRA_PREV_VOLUME_STREAM_VALUE, 0);