HomeSort by relevance Sort by last modified time
    Searched refs:STREAM_MUSIC (Results 1 - 25 of 64) sorted by null

1 2 3

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
TonesAutoTest.java 40 toneGen = new ToneGenerator(AudioManager.STREAM_MUSIC, 100);
64 toneGen = new ToneGenerator(AudioManager.STREAM_MUSIC, 100);
101 toneGen = new ToneGenerator(AudioManager.STREAM_MUSIC, 100);
126 toneGen1 = new ToneGenerator(AudioManager.STREAM_MUSIC, 100);
127 toneGen2 = new ToneGenerator(AudioManager.STREAM_MUSIC, 50);
156 toneGen = new ToneGenerator(AudioManager.STREAM_MUSIC, 100);
MediaAudioTrackTest.java 142 AudioManager.STREAM_MUSIC, AudioTrack.MODE_STREAM,
155 AudioManager.STREAM_MUSIC, AudioTrack.MODE_STREAM,
168 AudioManager.STREAM_MUSIC, AudioTrack.MODE_STATIC,
181 AudioManager.STREAM_MUSIC, AudioTrack.MODE_STATIC,
198 AudioManager.STREAM_MUSIC, AudioTrack.MODE_STREAM,
210 AudioManager.STREAM_MUSIC, AudioTrack.MODE_STREAM,
222 AudioManager.STREAM_MUSIC, AudioTrack.MODE_STATIC,
234 AudioManager.STREAM_MUSIC, AudioTrack.MODE_STATIC,
255 AudioManager.STREAM_MUSIC, AudioManager.STREAM_NOTIFICATION,
258 final String[] STREAM_NAMES = { "STREAM_ALARM", "STREAM_BLUETOOTH_SCO", "STREAM_MUSIC",
    [all...]
MediaPresetReverbTest.java 192 int volume = am.getStreamMaxVolume(AudioManager.STREAM_MUSIC);
193 am.setStreamVolume(AudioManager.STREAM_MUSIC,
194 am.getStreamMaxVolume(AudioManager.STREAM_MUSIC),
210 mp.setAudioStreamType(AudioManager.STREAM_MUSIC);
247 am.setStreamVolume(AudioManager.STREAM_MUSIC, volume, 0);
262 int volume = am.getStreamMaxVolume(AudioManager.STREAM_MUSIC);
263 am.setStreamVolume(AudioManager.STREAM_MUSIC,
264 am.getStreamMaxVolume(AudioManager.STREAM_MUSIC),
278 mp.setAudioStreamType(AudioManager.STREAM_MUSIC);
333 am.setStreamVolume(AudioManager.STREAM_MUSIC, volume, 0)
    [all...]
MediaEnvReverbTest.java 347 int volume = am.getStreamMaxVolume(AudioManager.STREAM_MUSIC);
348 am.setStreamVolume(AudioManager.STREAM_MUSIC,
349 am.getStreamMaxVolume(AudioManager.STREAM_MUSIC),
365 mp.setAudioStreamType(AudioManager.STREAM_MUSIC);
404 am.setStreamVolume(AudioManager.STREAM_MUSIC, volume, 0);
419 int volume = am.getStreamMaxVolume(AudioManager.STREAM_MUSIC);
420 am.setStreamVolume(AudioManager.STREAM_MUSIC,
421 am.getStreamMaxVolume(AudioManager.STREAM_MUSIC),
435 mp.setAudioStreamType(AudioManager.STREAM_MUSIC);
488 am.setStreamVolume(AudioManager.STREAM_MUSIC, volume, 0)
    [all...]
MediaVisualizerTest.java 199 int volume = am.getStreamMaxVolume(AudioManager.STREAM_MUSIC);
200 am.setStreamVolume(AudioManager.STREAM_MUSIC,
201 am.getStreamMaxVolume(AudioManager.STREAM_MUSIC),
216 mp.setAudioStreamType(AudioManager.STREAM_MUSIC);
262 am.setStreamVolume(AudioManager.STREAM_MUSIC, volume, 0);
275 int volume = am.getStreamMaxVolume(AudioManager.STREAM_MUSIC);
276 am.setStreamVolume(AudioManager.STREAM_MUSIC,
277 am.getStreamMaxVolume(AudioManager.STREAM_MUSIC),
292 mp.setAudioStreamType(AudioManager.STREAM_MUSIC);
391 am.setStreamVolume(AudioManager.STREAM_MUSIC, volume, 0)
    [all...]
MediaBassBoostTest.java 194 int volume = am.getStreamMaxVolume(AudioManager.STREAM_MUSIC);
195 am.setStreamVolume(AudioManager.STREAM_MUSIC,
212 mp.setAudioStreamType(AudioManager.STREAM_MUSIC);
255 am.setStreamVolume(AudioManager.STREAM_MUSIC, volume, 0);
MediaVirtualizerTest.java 195 int volume = am.getStreamMaxVolume(AudioManager.STREAM_MUSIC);
196 am.setStreamVolume(AudioManager.STREAM_MUSIC,
213 mp.setAudioStreamType(AudioManager.STREAM_MUSIC);
260 am.setStreamVolume(AudioManager.STREAM_MUSIC, volume, 0);
MediaEqualizerTest.java 261 int volume = am.getStreamMaxVolume(AudioManager.STREAM_MUSIC);
262 am.setStreamVolume(AudioManager.STREAM_MUSIC,
278 mp.setAudioStreamType(AudioManager.STREAM_MUSIC);
317 am.setStreamVolume(AudioManager.STREAM_MUSIC, volume, 0);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerSetAudioStreamTypeStateUnitTest.java 57 player.setAudioStreamType(AudioManager.STREAM_MUSIC);
  /cts/tests/tests/media/src/android/media/cts/
AudioTrackTest.java 128 TestResults res = constructorTestMultiSampleRate(AudioManager.STREAM_MUSIC,
146 TestResults res = constructorTestMultiSampleRate(AudioManager.STREAM_MUSIC,
164 TestResults res = constructorTestMultiSampleRate(AudioManager.STREAM_MUSIC,
182 TestResults res = constructorTestMultiSampleRate(AudioManager.STREAM_MUSIC,
204 TestResults res = constructorTestMultiSampleRate(AudioManager.STREAM_MUSIC,
222 TestResults res = constructorTestMultiSampleRate(AudioManager.STREAM_MUSIC,
240 TestResults res = constructorTestMultiSampleRate(AudioManager.STREAM_MUSIC,
258 TestResults res = constructorTestMultiSampleRate(AudioManager.STREAM_MUSIC,
283 final int[] STREAM_TYPES = { AudioManager.STREAM_ALARM, AudioManager.STREAM_MUSIC,
286 final String[] STREAM_NAMES = { "STREAM_ALARM", "STREAM_MUSIC", "STREAM_NOTIFICATION"
    [all...]
RingtoneTest.java 109 mRingtone.setStreamType(AudioManager.STREAM_MUSIC);
110 assertEquals(AudioManager.STREAM_MUSIC, mRingtone.getStreamType());
SoundPoolTest.java 112 mSoundPool = new SoundPool(SOUNDPOOL_STREAMS, AudioManager.STREAM_MUSIC, srcQuality);
213 mSoundPool = new SoundPool(SOUNDPOOL_STREAMS, AudioManager.STREAM_MUSIC, srcQuality);
278 mSoundPool = new SoundPool(SOUNDPOOL_STREAMS, AudioManager.STREAM_MUSIC, srcQuality);
319 mSoundPool = new SoundPool(SOUNDPOOL_STREAMS, AudioManager.STREAM_MUSIC, 0);
AudioManagerTest.java 33 import static android.media.AudioManager.STREAM_MUSIC;
205 mp.setAudioStreamType(AudioManager.STREAM_MUSIC);
530 AudioManager.STREAM_MUSIC,
608 int maxVolume = mAudioManager.getStreamMaxVolume(STREAM_MUSIC);
612 mp.setAudioStreamType(STREAM_MUSIC);
621 assertEquals(maxVolume, mAudioManager.getStreamVolume(STREAM_MUSIC));
625 mAudioManager.setStreamVolume(STREAM_MUSIC, 1, FLAG_SHOW_UI);
628 assertEquals(2 + k, mAudioManager.getStreamVolume(STREAM_MUSIC));
632 mAudioManager.setStreamVolume(STREAM_MUSIC, maxVolume, FLAG_SHOW_UI);
633 maxVolume = mAudioManager.getStreamVolume(STREAM_MUSIC);
    [all...]
AudioTrack_ListenerTest.java 42 private final int TEST_STREAM_TYPE1 = AudioManager.STREAM_MUSIC;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
BackgroundAudio.java 60 mAudioTrack = new AudioTrack(AudioManager.STREAM_MUSIC,
  /packages/apps/Music/src/com/android/music/
DeleteItems.java 37 setVolumeControlStream(AudioManager.STREAM_MUSIC);
ScanningProgress.java 65 setVolumeControlStream(AudioManager.STREAM_MUSIC);
WeekSelector.java 34 setVolumeControlStream(AudioManager.STREAM_MUSIC);
VideoBrowserActivity.java 44 setVolumeControlStream(AudioManager.STREAM_MUSIC);
AudioPreview.java 86 setVolumeControlStream(AudioManager.STREAM_MUSIC);
242 mAudioManager.requestAudioFocus(mAudioFocusListener, AudioManager.STREAM_MUSIC,
280 mAudioManager.requestAudioFocus(mAudioFocusListener, AudioManager.STREAM_MUSIC,
  /cts/tests/src/android/media/cts/
AudioManagerStub.java 44 mMediaPlayer.setAudioStreamType(AudioManager.STREAM_MUSIC);
  /cts/tests/tests/permission/src/android/permission/cts/
AudioPermissionTest.java 92 plyr.setAudioStreamType(AudioManager.STREAM_MUSIC);
  /frameworks/base/media/java/android/media/
AudioSystem.java 41 public static final int STREAM_MUSIC = 3;
  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardViewBase.java 179 AudioManager.STREAM_MUSIC,
  /development/samples/ApiDemos/src/com/example/android/apis/media/
MediaPlayerDemo_Video.java 130 mMediaPlayer.setAudioStreamType(AudioManager.STREAM_MUSIC);

Completed in 414 milliseconds

1 2 3