()
| 257 | application.distribute("onInfoChanged"); |
| 258 | } |
| 259 | quitScreen() { |
| 260 | if (this.screenOnce) |
| 261 | return; |
| 262 | if (this.SCREEN) |
| 263 | this.SCREEN.quit(); |
| 264 | if (system.fileExists(this.localFFIPath)) |
| 265 | system.deleteFile(this.localFFIPath); |
| 266 | if (system.fileExists(this.localArchivePath)) |
| 267 | system.deleteFile(this.localArchivePath); |
| 268 | if (system.fileExists(this.localLibraryPath)) |
| 269 | system.deleteFile(this.localLibraryPath); |
| 270 | } |
| 271 | reloadDevices(application, flag) { |
| 272 | let devices = this.devices = []; |
| 273 | let index = this.deviceIndex; |
no outgoing calls
no test coverage detected