(application, index)
| 416 | this.launchScreen(); |
| 417 | } |
| 418 | onSelectDevice(application, index) { |
| 419 | this.quitScreen(); |
| 420 | this.selectDevice(application, index); |
| 421 | this.launchScreen(); |
| 422 | } |
| 423 | |
| 424 | /* APP MENU */ |
| 425 | canAbout() { |
no test coverage detected