Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcp.java104 private int mLastDirection; field in Avrcp
175 mLastDirection = 0; in Avrcp()
435 Math.max(0, mLastRemoteVolume + mLastDirection)); in handleMessage()
507 mLastDirection = msg.arg1; in handleMessage()
1064 ProfileService.println(sb, "mLastDirection: " + mLastDirection); in dump()