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

/frameworks/base/media/java/android/media/
H A DAudioManager.java32 * AudioManager provides access to volume and ringer mode control.
37 public class AudioManager { class
42 private static String TAG = "AudioManager";
228 * {@link AudioManager#STREAM_RING}, or the volume is being adjusted
331 public AudioManager(Context context) { method in class:AudioManager
521 * The solo requests for a given stream are cumulative: the AudioManager
547 * The mute requests for a given stream are cumulative: the AudioManager
1068 * If a volume of -1 is specified, the AudioManager.STREAM_MUSIC stream volume minus 3dB will be used.

Completed in 1325 milliseconds