HomeSort by relevance Sort by last modified time
    Searched defs:PLAYBACK_STREAM (Results 1 - 2 of 2) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
AudioQualityVerifierActivity.java 55 public static final int PLAYBACK_STREAM = AudioManager.STREAM_MUSIC;
150 mgr.setStreamMute(PLAYBACK_STREAM, false);
151 int volume = mgr.getStreamVolume(PLAYBACK_STREAM);
152 int max = mgr.getStreamMaxVolume(PLAYBACK_STREAM);
156 mgr.setStreamVolume(PLAYBACK_STREAM, (max * 2) / 3, AudioManager.FLAG_SHOW_UI);
  /packages/apps/Contacts/src/com/android/contacts/voicemail/
VoicemailPlaybackPresenter.java 65 private static final int PLAYBACK_STREAM = AudioManager.STREAM_VOICE_CALL;
187 mView.setVolumeControlStream(PLAYBACK_STREAM);
313 mPlayer.setAudioStreamType(PLAYBACK_STREAM);
438 mPlayer.setAudioStreamType(PLAYBACK_STREAM);

Completed in 1144 milliseconds