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.java39 private static final int MSG_OPEN_DEVICE = 1; field in Device
76 mHandler.obtainMessage(MSG_OPEN_DEVICE, args).sendToTarget(); in Device()
111 case MSG_OPEN_DEVICE: in handleMessage()