(type, cmd)
| 300 | } |
| 301 | |
| 302 | function runAgentCommand(type, cmd) { |
| 303 | agent.writer.write(new apk.wire.Envelope( |
| 304 | null |
| 305 | , type |
| 306 | , cmd.encodeNB() |
| 307 | ).encodeNB()) |
| 308 | } |
| 309 | |
| 310 | function keyEvent(data) { |
| 311 | return runAgentCommand( |
no outgoing calls
no test coverage detected