Home
last modified time | relevance | path

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

/frameworks/base/cmds/hid/src/com/android/commands/hid/
DDevice.java36 private static final int MSG_OPEN_DEVICE = 1; field in Device
81 mHandler.obtainMessage(MSG_OPEN_DEVICE, args).sendToTarget(); in Device()
116 case MSG_OPEN_DEVICE: in handleMessage()