()
| 514 | } |
| 515 | } |
| 516 | doReloadFile() { |
| 517 | this.quitScreen(); |
| 518 | this.launchScreen(); |
| 519 | } |
| 520 | doLocateSimulators() { |
| 521 | system.openDirectory({ prompt:"Locate", path:system.documentsDirectory }, path => { if (path) application.defer("doLocateSimulatorsCallback", new String(path)); }); |
| 522 | } |
no test coverage detected