Searched refs:injectKeyByShell (Results 1 – 3 of 3) sorted by relevance
144 injectKeyByShell(Integer.parseInt(customKey)); in injectCustomKey()151 private void injectKeyByShell(int keyCode) { in injectKeyByShell() method in InjectKeyTestFragment158 InjectKeyEventUtils.injectKeyByShell(zone, keyCode); in injectKeyByShell()195 holder.mButton.setOnClickListener(v -> injectKeyByShell(KEY_CODES[position])); in onBindViewHolder()
33 InjectKeyEventUtils.injectKeyByShell(occupantZoneInfo, keyCode); in sendClickEvent()
29 public static void injectKeyByShell(CarOccupantZoneManager.OccupantZoneInfo zone, in injectKeyByShell() method in InjectKeyEventUtils