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