Searched defs:AudioManager (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
H A DAudioManager.java56 * AudioManager provides access to volume and ringer mode control.
61 public class AudioManager { class
68 private static String TAG = "AudioManager";
422 * {@link AudioManager#STREAM_RING}, or the volume is being adjusted
628 public AudioManager(Context context) { method in class:AudioManager
671 * {@link AudioManager#registerMediaButtonEventReceiver(PendingIntent)}.
710 stream, AudioManager.FLAG_REMOVE_SOUND_AND_VIBRATE);
1086 * <li>The mute requests for a given stream are cumulative: the AudioManager
1105 if (streamType == AudioManager.USE_DEFAULT_STREAM_TYPE) {
1732 * @return true if {@link AudioManager#STREAM_MUSI
[all...]

Completed in 190 milliseconds