Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcp.java111 private static final int MESSAGE_GET_PLAY_STATUS = 2; field in Avrcp
289 case MESSAGE_GET_PLAY_STATUS: in handleMessage()
590 Message msg = mHandler.obtainMessage(MESSAGE_GET_PLAY_STATUS); in getPlayStatus()