Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcp.java538 int avrcpVolume = convertToAvrcpVolume(msg.arg1); in handleMessage() local
539 avrcpVolume = Math.min(AVRCP_MAX_VOL, Math.max(0, avrcpVolume)); in handleMessage()
540 if (DEBUG) Log.d(TAG, "Setting volume to " + msg.arg1+"-"+avrcpVolume); in handleMessage()
541 if (setVolumeNative(avrcpVolume)) { in handleMessage()
544 mLastRemoteVolume = avrcpVolume; in handleMessage()