Home
last modified time | relevance | path

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

/aosp12/frameworks/base/cmds/hid/src/com/android/commands/hid/
H A DEvent.java37 public static final String COMMAND_REPORT = "report"; field in Event
190 } else if (COMMAND_REPORT.equals(mEvent.mCommand)) { in build()
H A DHid.java94 } else if (Event.COMMAND_REPORT.equals(e.getCommand())) { in process()