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

/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidService.java65 private static final int MESSAGE_GET_REPORT = 8; field in class:HidService
231 case MESSAGE_GET_REPORT:
494 Message msg = mHandler.obtainMessage(MESSAGE_GET_REPORT);

Completed in 26 milliseconds