Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/voicemail/
DVoicemailPlaybackPresenter.java64 private static final int PLAYBACK_STREAM = AudioManager.STREAM_VOICE_CALL; field in VoicemailPlaybackPresenter
188 mView.setVolumeControlStream(PLAYBACK_STREAM); in onCreate()
314 mPlayer.setAudioStreamType(PLAYBACK_STREAM); in postSuccessfullyFetchedContent()
446 mPlayer.setAudioStreamType(PLAYBACK_STREAM); in resetPrepareStartPlaying()