Home | History | Annotate | Download | only in session

Lines Matching defs:AudioManager

25 import android.media.AudioManager;
182 direction = AudioManager.ADJUST_RAISE;
185 direction = AudioManager.ADJUST_LOWER;
188 direction = AudioManager.ADJUST_TOGGLE_MUTE;
193 AudioManager.FLAG_SHOW_UI);
200 final int flags = AudioManager.FLAG_PLAY_SOUND | AudioManager.FLAG_VIBRATE
201 | AudioManager.FLAG_FROM_KEY;
363 * {@link AudioManager} may be used to affect the handling.
367 * @param flags Flags from {@link AudioManager} to include with the volume
380 * must be one of {@link AudioManager#ADJUST_LOWER},
381 * {@link AudioManager#ADJUST_RAISE}, or {@link AudioManager#ADJUST_SAME}.
385 * {@link AudioManager} may be used to affect the handling.