Home
last modified time | relevance | path

Searched refs:adjustSuggestedStreamVolume (Results 1 – 9 of 9) sorted by relevance

/frameworks/layoutlib/bridge/src/android/media/
DAudioManager.java51 public void adjustSuggestedStreamVolume(int direction, int suggestedStreamType, int flags) { } in adjustSuggestedStreamVolume() method in AudioManager
/frameworks/base/media/java/android/media/
DIAudioService.aidl530 oneway void adjustSuggestedStreamVolume(int direction, int suggestedStreamType, int flags); in adjustSuggestedStreamVolume() method
DAudioManager.java990 adjustSuggestedStreamVolume(ADJUST_SAME, in preDispatchKeyEvent()
1115 public void adjustSuggestedStreamVolume(int direction, int suggestedStreamType, in adjustSuggestedStreamVolume() method in AudioManager
1120 service.adjustSuggestedStreamVolume(direction, suggestedStreamType, flags); in adjustSuggestedStreamVolume()
1769 adjustSuggestedStreamVolume(direction, streamType, 0); in setStreamMute()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityContainerController.java993 mAudioManager.adjustSuggestedStreamVolume( in interceptMediaKey()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java3425 adjustSuggestedStreamVolume(AudioManager.ADJUST_RAISE, in handleVolumeKey()
3430 adjustSuggestedStreamVolume(AudioManager.ADJUST_LOWER, in handleVolumeKey()
3436 adjustSuggestedStreamVolume(AudioManager.ADJUST_TOGGLE_MUTE, in handleVolumeKey()
3471 private void adjustSuggestedStreamVolume(int direction, int suggestedStreamType, int flags, in adjustSuggestedStreamVolume() method in AudioService
6368 adjustSuggestedStreamVolume(direction, streamType, flags, packageName, packageName, in adjustSuggestedStreamVolumeForUid()
6415 public void adjustSuggestedStreamVolume(int direction, int suggestedStreamType, int flags) { in adjustSuggestedStreamVolume() method in AudioService
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt26003 Landroid/media/IAudioService$Stub$Proxy;->adjustSuggestedStreamVolume(IIILjava/lang/String;Ljava/la…
26172 Landroid/media/IAudioService;->adjustSuggestedStreamVolume(IIILjava/lang/String;Ljava/lang/String;)V
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt14042 method public void adjustSuggestedStreamVolume(int, int, int);
/frameworks/base/core/api/
Dcurrent.txt21355 method public void adjustSuggestedStreamVolume(int, int, int);