OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PLAYBACK_STREAM
(Results
1 - 2
of
2
) sorted by null
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
SystemMediaRouteProvider.java
103
private static final int
PLAYBACK_STREAM
= AudioManager.STREAM_MUSIC;
131
int maxVolume = mAudioManager.getStreamMaxVolume(
PLAYBACK_STREAM
);
132
mLastReportedVolume = mAudioManager.getStreamVolume(
PLAYBACK_STREAM
);
136
.setPlaybackStream(
PLAYBACK_STREAM
)
161
mAudioManager.setStreamVolume(
PLAYBACK_STREAM
, volume, 0);
167
int volume = mAudioManager.getStreamVolume(
PLAYBACK_STREAM
);
168
int maxVolume = mAudioManager.getStreamMaxVolume(
PLAYBACK_STREAM
);
171
mAudioManager.setStreamVolume(
PLAYBACK_STREAM
, volume, 0);
190
if (streamType ==
PLAYBACK_STREAM
) {
[
all
...]
/packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailPlaybackPresenter.java
64
private static final int
PLAYBACK_STREAM
= AudioManager.STREAM_VOICE_CALL;
188
mView.setVolumeControlStream(
PLAYBACK_STREAM
);
314
mPlayer.setAudioStreamType(
PLAYBACK_STREAM
);
446
mPlayer.setAudioStreamType(
PLAYBACK_STREAM
);
Completed in 767 milliseconds