Searched refs:eventString (Results 1 – 1 of 1) sorted by relevance
755 private static byte uhidEventFromString(String eventString) { in uhidEventFromString() argument756 switch (eventString.toUpperCase()) { in uhidEventFromString()764 throw new RuntimeException("Unknown uhid event type specified: " + eventString); in uhidEventFromString()