| 278 | } |
| 279 | |
| 280 | bool xcw_native_open_app_switcher(const char *udid, char **error_message) { |
| 281 | (void)udid; |
| 282 | return xcw_unsupported(error_message); |
| 283 | } |
| 284 | |
| 285 | bool xcw_native_press_button(const char *udid, const char *button_name, |
| 286 | uint32_t duration_ms, char **error_message) { |
no test coverage detected