Searched refs:PLAYBACK_STREAM (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DSystemMediaRouteProvider.java115 static final int PLAYBACK_STREAM = AudioManager.STREAM_MUSIC; field in class:SystemMediaRouteProvider.LegacyImpl
143 int maxVolume = mAudioManager.getStreamMaxVolume(PLAYBACK_STREAM);
144 mLastReportedVolume = mAudioManager.getStreamVolume(PLAYBACK_STREAM);
148 .setPlaybackStream(PLAYBACK_STREAM)
173 mAudioManager.setStreamVolume(PLAYBACK_STREAM, volume, 0);
179 int volume = mAudioManager.getStreamVolume(PLAYBACK_STREAM);
180 int maxVolume = mAudioManager.getStreamMaxVolume(PLAYBACK_STREAM);
183 mAudioManager.setStreamVolume(PLAYBACK_STREAM, volume, 0);
202 if (streamType == PLAYBACK_STREAM) {

Completed in 24 milliseconds