(bridge: &NativeBridge, udid: &str)
| 5396 | } |
| 5397 | |
| 5398 | fn bridge_simulator_is_tvos(bridge: &NativeBridge, udid: &str) -> bool { |
| 5399 | bridge.simulator_is_tvos(udid).unwrap_or(false) |
| 5400 | } |
| 5401 | |
| 5402 | fn press_tvos_remote_key( |
| 5403 | bridge: &NativeBridge, |
no test coverage detected