Searched refs:PLAYBACK_STREAM (Results 1 – 1 of 1) sorted by relevance
115 static final int PLAYBACK_STREAM = AudioManager.STREAM_MUSIC; field in SystemMediaRouteProvider.LegacyImpl143 int maxVolume = mAudioManager.getStreamMaxVolume(PLAYBACK_STREAM); in publishRoutes()144 mLastReportedVolume = mAudioManager.getStreamVolume(PLAYBACK_STREAM); in publishRoutes()148 .setPlaybackStream(PLAYBACK_STREAM) in publishRoutes()173 mAudioManager.setStreamVolume(PLAYBACK_STREAM, volume, 0); in onSetVolume()179 int volume = mAudioManager.getStreamVolume(PLAYBACK_STREAM); in onUpdateVolume()180 int maxVolume = mAudioManager.getStreamMaxVolume(PLAYBACK_STREAM); in onUpdateVolume()183 mAudioManager.setStreamVolume(PLAYBACK_STREAM, volume, 0); in onUpdateVolume()202 if (streamType == PLAYBACK_STREAM) { in onReceive()