HomeSort by relevance Sort by last modified time
    Searched refs:adjustStreamVolume (Results 1 - 11 of 11) sorted by null

  /frameworks/base/media/java/android/media/
IAudioService.aidl 31 void adjustStreamVolume(int streamType, int direction, int flags);
AudioManager.java 188 * @see #adjustStreamVolume(int, int, int)
196 * @see #adjustStreamVolume(int, int, int)
205 * @see #adjustStreamVolume(int, int, int)
214 * @see #adjustStreamVolume(int, int, int)
232 * @see #adjustStreamVolume(int, int, int)
245 * @see #adjustStreamVolume(int, int, int)
376 public void adjustStreamVolume(int streamType, int direction, int flags) {
379 service.adjustStreamVolume(streamType, direction, flags);
381 Log.e(TAG, "Dead object in adjustStreamVolume", e);
399 * @see #adjustStreamVolume(int, int, int
    [all...]
AudioService.java 416 adjustStreamVolume(streamType, direction, flags);
419 /** @see AudioManager#adjustStreamVolume(int, int, int) */
420 public void adjustStreamVolume(int streamType, int direction, int flags) {
    [all...]
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
KeyguardViewBase.java 178 mAudioManager.adjustStreamVolume(
PhoneWindowManager.java     [all...]
  /cts/tests/tests/media/src/android/media/cts/
AudioManagerTest.java 514 method = "adjustStreamVolume",
546 mAudioManager.adjustStreamVolume(streams[i], ADJUST_RAISE, FLAG_SHOW_UI);
555 mAudioManager.adjustStreamVolume(streams[i], ADJUST_LOWER, FLAG_SHOW_UI);
564 mAudioManager.adjustStreamVolume(streams[i], ADJUST_LOWER, FLAG_SHOW_UI);
573 mAudioManager.adjustStreamVolume(streams[i], ADJUST_LOWER, FLAG_SHOW_UI);
579 mAudioManager.adjustStreamVolume(streams[i], ADJUST_LOWER, FLAG_ALLOW_RINGER_MODES);
582 mAudioManager.adjustStreamVolume(streams[i], ADJUST_LOWER, FLAG_ALLOW_RINGER_MODES);
586 mAudioManager.adjustStreamVolume(streams[i], ADJUST_RAISE, FLAG_ALLOW_RINGER_MODES);
593 mAudioManager.adjustStreamVolume(streams[i], ADJUST_RAISE, FLAG_SHOW_UI);
600 mAudioManager.adjustStreamVolume(streams[i], ADJUST_SAME, FLAG_SHOW_UI)
    [all...]
  /frameworks/policies/base/mid/com/android/internal/policy/impl/
MidWindowManager.java     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 66 milliseconds