Home
last modified time | relevance | path

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

/frameworks/base/cmds/uinput/src/com/android/commands/uinput/
DDevice.java45 private static final int MSG_OPEN_UINPUT_DEVICE = 1; field in Device
104 mHandler.obtainMessage(MSG_OPEN_UINPUT_DEVICE, args).sendToTarget(); in Device()
201 case MSG_OPEN_UINPUT_DEVICE: { in handleMessage()