Searched refs:adjustSuggestedStreamVolume (Results 1 – 9 of 9) sorted by relevance
/frameworks/layoutlib/bridge/src/android/media/ |
D | AudioManager.java | 51 public void adjustSuggestedStreamVolume(int direction, int suggestedStreamType, int flags) { } in adjustSuggestedStreamVolume() method in AudioManager
|
/frameworks/base/media/java/android/media/ |
D | IAudioService.aidl | 530 oneway void adjustSuggestedStreamVolume(int direction, int suggestedStreamType, int flags); in adjustSuggestedStreamVolume() method
|
D | AudioManager.java | 990 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/ |
D | KeyguardSecurityContainerController.java | 993 mAudioManager.adjustSuggestedStreamVolume( in interceptMediaKey()
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioService.java | 3425 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/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 26003 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/ |
D | android-22.txt | 14042 method public void adjustSuggestedStreamVolume(int, int, int);
|
/frameworks/base/core/api/ |
D | current.txt | 21355 method public void adjustSuggestedStreamVolume(int, int, int);
|