Searched refs:adjustSuggestedStreamVolume (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | IAudioService.aidl | 71 oneway void adjustSuggestedStreamVolume(int direction, int suggestedStreamType, int flags, in adjustSuggestedStreamVolume() method
|
D | AudioManager.java | 794 adjustSuggestedStreamVolume(ADJUST_SAME, in preDispatchKeyEvent() 904 public void adjustSuggestedStreamVolume(int direction, int suggestedStreamType, int flags) { in adjustSuggestedStreamVolume() method in AudioManager 1319 adjustSuggestedStreamVolume(direction, streamType, 0); in setStreamMute()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardHostView.java | 366 mAudioManager.adjustSuggestedStreamVolume( in interceptMediaKey()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | PhoneWindowManager.java | 4286 getAudioService().adjustSuggestedStreamVolume(AudioManager.ADJUST_RAISE, in dispatchDirectAudioEvent() 4294 getAudioService().adjustSuggestedStreamVolume(AudioManager.ADJUST_LOWER, in dispatchDirectAudioEvent() 4303 getAudioService().adjustSuggestedStreamVolume( in dispatchDirectAudioEvent()
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioService.java | 1661 public void adjustSuggestedStreamVolume(int direction, int suggestedStreamType, int flags, in adjustSuggestedStreamVolume() method in AudioService 1672 adjustSuggestedStreamVolume(direction, suggestedStreamType, flags, callingPackage, in adjustSuggestedStreamVolume() 1677 private void adjustSuggestedStreamVolume(int direction, int suggestedStreamType, int flags, in adjustSuggestedStreamVolume() method in AudioService 6815 adjustSuggestedStreamVolume(direction, streamType, flags, callingPackage, in adjustSuggestedStreamVolumeForUid()
|
/frameworks/base/services/ |
D | art-profile | 4217 PLcom/android/server/audio/AudioService;->adjustSuggestedStreamVolume(IIILjava/lang/String;Ljava/la…
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 14042 method public void adjustSuggestedStreamVolume(int, int, int);
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 36132 Landroid/media/IAudioService$Stub$Proxy;->adjustSuggestedStreamVolume(IIILjava/lang/String;Ljava/la… 36301 Landroid/media/IAudioService;->adjustSuggestedStreamVolume(IIILjava/lang/String;Ljava/lang/String;)V
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 23533 method public void adjustSuggestedStreamVolume(int, int, int);
|
/frameworks/base/api/ |
D | current.txt | 23533 method public void adjustSuggestedStreamVolume(int, int, int);
|