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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcp.java87 private int mAbsoluteVolume; field in class:Avrcp
156 mAbsoluteVolume = -1;
336 if (mAbsoluteVolume != msg.arg1 && (msg.arg2 == AVRC_RSP_ACCEPT ||
341 mAbsoluteVolume = absVol;
356 if (mAbsoluteVolume != -1 && (msg.arg1 == -1 || msg.arg1 == 1)) {
358 Math.max(0, mAbsoluteVolume + msg.arg1*mVolumeStep));
861 ProfileService.println(sb, "mAbsoluteVolume: " + mAbsoluteVolume);

Completed in 33 milliseconds