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

/frameworks/base/media/java/android/media/
H A DAudioManager.java58 * AudioManager provides access to volume and ringer mode control.
63 public class AudioManager { class
70 private static String TAG = "AudioManager";
424 * {@link AudioManager#STREAM_RING}, or the volume is being adjusted
630 public AudioManager(Context context) { method in class:AudioManager
673 * {@link AudioManager#registerMediaButtonEventReceiver(PendingIntent)}.
712 stream, AudioManager.FLAG_REMOVE_SOUND_AND_VIBRATE);
1087 * <li>The mute requests for a given stream are cumulative: the AudioManager
1106 if (streamType == AudioManager.USE_DEFAULT_STREAM_TYPE) {
1731 * @return true if {@link AudioManager#STREAM_MUSI
[all...]

Completed in 173 milliseconds