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
101
private static final int
PLAYBACK_STREAM
= AudioManager.STREAM_MUSIC;
129
int maxVolume = mAudioManager.getStreamMaxVolume(
PLAYBACK_STREAM
);
130
mLastReportedVolume = mAudioManager.getStreamVolume(
PLAYBACK_STREAM
);
134
.setPlaybackStream(
PLAYBACK_STREAM
)
159
mAudioManager.setStreamVolume(
PLAYBACK_STREAM
, volume, 0);
165
int volume = mAudioManager.getStreamVolume(
PLAYBACK_STREAM
);
166
int maxVolume = mAudioManager.getStreamMaxVolume(
PLAYBACK_STREAM
);
169
mAudioManager.setStreamVolume(
PLAYBACK_STREAM
, volume, 0);
188
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 64 milliseconds