Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcp.java121 private static final int MESSAGE_CHANGE_PLAY_POS = 12; field in Avrcp
432 if (hasMessages(MESSAGE_CHANGE_PLAY_POS) && in handleMessage()
437 if ((!hasMessages(MESSAGE_CHANGE_PLAY_POS)) || in handleMessage()
442 removeMessages(MESSAGE_CHANGE_PLAY_POS); in handleMessage()
446 Message posMsg = obtainMessage(MESSAGE_CHANGE_PLAY_POS); in handleMessage()
453 case MESSAGE_CHANGE_PLAY_POS: in handleMessage()
457 Message posMsg = obtainMessage(MESSAGE_CHANGE_PLAY_POS); in handleMessage()