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

/frameworks/base/media/java/android/media/
H A DAudioManager.java39 * AudioManager provides access to volume and ringer mode control.
44 public class AudioManager { class
49 private static String TAG = "AudioManager";
242 * {@link AudioManager#STREAM_RING}, or the volume is being adjusted
345 public AudioManager(Context context) { method in class:AudioManager
535 * The solo requests for a given stream are cumulative: the AudioManager
561 * The mute requests for a given stream are cumulative: the AudioManager
1199 * If a volume of -1 is specified, the AudioManager.STREAM_MUSIC stream volume minus 3dB will be used.
1307 * @param focusChange the type of focus change, one of {@link AudioManager#AUDIOFOCUS_GAIN},
1308 * {@link AudioManager#AUDIOFOCUS_LOS
[all...]

Completed in 56 milliseconds