Home
last modified time | relevance | path

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

/frameworks/base/cmds/hid/src/com/android/commands/hid/
DDevice.java39 private static final int MSG_CLOSE_DEVICE = 4; field in Device
96 Message msg = mHandler.obtainMessage(MSG_CLOSE_DEVICE); in close()
136 case MSG_CLOSE_DEVICE: in handleMessage()
215 Message msg = mHandler.obtainMessage(MSG_CLOSE_DEVICE); in onDeviceError()