OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PLAYBACK_STREAM
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailAudioManager.java
34
public static final int
PLAYBACK_STREAM
= AudioManager.STREAM_VOICE_CALL;
56
PLAYBACK_STREAM
,
VoicemailPlaybackPresenter.java
223
mActivity.setVolumeControlStream(VoicemailAudioManager.
PLAYBACK_STREAM
);
583
mMediaPlayer.setAudioStreamType(VoicemailAudioManager.
PLAYBACK_STREAM
);
[
all
...]
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
SystemMediaRouteProvider.java
106
private static final int
PLAYBACK_STREAM
= AudioManager.STREAM_MUSIC;
134
int maxVolume = mAudioManager.getStreamMaxVolume(
PLAYBACK_STREAM
);
135
mLastReportedVolume = mAudioManager.getStreamVolume(
PLAYBACK_STREAM
);
139
.setPlaybackStream(
PLAYBACK_STREAM
)
164
mAudioManager.setStreamVolume(
PLAYBACK_STREAM
, volume, 0);
170
int volume = mAudioManager.getStreamVolume(
PLAYBACK_STREAM
);
171
int maxVolume = mAudioManager.getStreamMaxVolume(
PLAYBACK_STREAM
);
174
mAudioManager.setStreamVolume(
PLAYBACK_STREAM
, volume, 0);
193
if (streamType ==
PLAYBACK_STREAM
) {
[
all
...]
/prebuilts/sdk/current/support/v7/mediarouter/libs/
android-support-v7-mediarouter.jar
Completed in 118 milliseconds