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.java41 private static final int MSG_CLOSE_DEVICE = 3; field in Device
90 Message msg = mHandler.obtainMessage(MSG_CLOSE_DEVICE); in close()
125 case MSG_CLOSE_DEVICE: in handleMessage()
158 Message msg = mHandler.obtainMessage(MSG_CLOSE_DEVICE); in onDeviceError()