Searched defs:MESSAGE_ON_GET_REPORT (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidHostService.java65 private static final int MESSAGE_ON_GET_REPORT = 9; field in class:HidHostService
239 case MESSAGE_ON_GET_REPORT: {
690 Message msg = mHandler.obtainMessage(MESSAGE_ON_GET_REPORT);

Completed in 12 milliseconds