Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpControllerService.java665 int percentageVol = ((currIndex* AvrcpControllerConstants.ABS_VOL_BASE)/maxVolume); in handleMessage()
743 int newIndex = (maxVolume*absVol)/AvrcpControllerConstants.ABS_VOL_BASE; in setAbsVolume()
758 absVol = (currIndex*AvrcpControllerConstants.ABS_VOL_BASE)/maxVolume; in setAbsVolume()
788 AvrcpControllerConstants.ABS_VOL_BASE)/maxVol);
DAvrcpControllerConstants.java146 static final int ABS_VOL_BASE = 127; field in AvrcpControllerConstants