Searched refs:adjustLocalOrRemoteStreamVolume (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardViewBase.java203 mAudioManager.adjustLocalOrRemoteStreamVolume(
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DKeyguardViewBase.java218 mAudioManager.adjustLocalOrRemoteStreamVolume(
/frameworks/base/media/java/android/media/
H A DIAudioService.aidl39 oneway void adjustLocalOrRemoteStreamVolume(int streamType, int direction);
H A DAudioManager.java1543 public void adjustLocalOrRemoteStreamVolume(int streamType, int direction) { method in class:AudioManager
1545 Log.w(TAG, "adjustLocalOrRemoteStreamVolume() doesn't support stream " + streamType);
1549 service.adjustLocalOrRemoteStreamVolume(streamType, direction);
1551 Log.e(TAG, "Dead object in adjustLocalOrRemoteStreamVolume", e);
H A DAudioService.java762 /** @see AudioManager#adjustLocalOrRemoteStreamVolume(int, int) with current assumption
764 public void adjustLocalOrRemoteStreamVolume(int streamType, int direction) { method in class:AudioService
765 if (DEBUG_VOL) Log.d(TAG, "adjustLocalOrRemoteStreamVolume(dir="+direction+")");

Completed in 1117 milliseconds