Searched refs:STREAM_REMOTE_MUSIC (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
H A DVolumePanel.java100 // Pseudo stream type for remote volume is defined in AudioService.STREAM_REMOTE_MUSIC
168 RemoteStream(AudioService.STREAM_REMOTE_MUSIC,
351 } else if (streamType == AudioService.STREAM_REMOTE_MUSIC) {
361 } else if (streamType == AudioService.STREAM_REMOTE_MUSIC) {
371 } else if (streamType == AudioService.STREAM_REMOTE_MUSIC) {
381 } else if (streamType == AudioService.STREAM_REMOTE_MUSIC) {
460 if (sc.streamType == AudioService.STREAM_REMOTE_MUSIC) {
525 AudioService.STREAM_REMOTE_MUSIC, visible ? 1 : 0).sendToTarget();
691 case AudioService.STREAM_REMOTE_MUSIC: {
706 streamType != AudioService.STREAM_REMOTE_MUSIC
[all...]
/frameworks/base/media/java/android/media/
H A DAudioService.java427 public final static int STREAM_REMOTE_MUSIC = -200; field in class:AudioService
784 if ((streamType != STREAM_REMOTE_MUSIC) &&
791 if (streamType == STREAM_REMOTE_MUSIC) {
1549 if (streamType == STREAM_REMOTE_MUSIC) {
2448 Log.v(TAG, "getActiveStreamType: Forcing STREAM_REMOTE_MUSIC");
2449 return STREAM_REMOTE_MUSIC;
2489 if (DEBUG_VOL) Log.v(TAG, "getActiveStreamType: Forcing STREAM_REMOTE_MUSIC");
2490 return STREAM_REMOTE_MUSIC;

Completed in 689 milliseconds