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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcp.java128 private static final int MESSAGE_GET_PLAY_STATUS = 2; field in class:Avrcp
305 case MESSAGE_GET_PLAY_STATUS:
306 if (DEBUG) Log.v(TAG, "MESSAGE_GET_PLAY_STATUS");
813 Message msg = mHandler.obtainMessage(MESSAGE_GET_PLAY_STATUS);

Completed in 36 milliseconds