Searched defs:adjustRemoteVolume (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
H A DAudioService.java767 adjustRemoteVolume(AudioSystem.STREAM_MUSIC, direction, 0);
794 //if (DEBUG_VOL) Log.i(TAG, "Need to adjust remote volume: calling adjustRemoteVolume()");
795 adjustRemoteVolume(AudioSystem.STREAM_MUSIC, direction, flags);
5565 private void adjustRemoteVolume(int streamType, int direction, int flags) { method in class:AudioService
5570 if (DEBUG_VOL) Log.w(TAG, "adjustRemoteVolume didn't find an active client");

Completed in 198 milliseconds