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

/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidDeviceService.java56 private static final int MESSAGE_GET_REPORT = 3; field in class:HidDeviceService
163 case MESSAGE_GET_REPORT:
756 Message msg = mHandler.obtainMessage(MESSAGE_GET_REPORT);
H A DHidHostService.java64 private static final int MESSAGE_GET_REPORT = 8; field in class:HidHostService
227 case MESSAGE_GET_REPORT: {
600 Message msg = mHandler.obtainMessage(MESSAGE_GET_REPORT);

Completed in 165 milliseconds