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

/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DSystemMediaRouteProvider.java103 private static final int PLAYBACK_STREAM = AudioManager.STREAM_MUSIC; field in class:SystemMediaRouteProvider.LegacyImpl
131 int maxVolume = mAudioManager.getStreamMaxVolume(PLAYBACK_STREAM);
132 mLastReportedVolume = mAudioManager.getStreamVolume(PLAYBACK_STREAM);
136 .setPlaybackStream(PLAYBACK_STREAM)
161 mAudioManager.setStreamVolume(PLAYBACK_STREAM, volume, 0);
167 int volume = mAudioManager.getStreamVolume(PLAYBACK_STREAM);
168 int maxVolume = mAudioManager.getStreamMaxVolume(PLAYBACK_STREAM);
171 mAudioManager.setStreamVolume(PLAYBACK_STREAM, volume, 0);
190 if (streamType == PLAYBACK_STREAM) {

Completed in 503 milliseconds