| 114 | } |
| 115 | |
| 116 | bool AdbShellInput::key_down(int key) |
| 117 | { |
| 118 | LogError << "AdbShellInput not supports" << VAR(key); |
| 119 | return false; |
| 120 | } |
| 121 | |
| 122 | bool AdbShellInput::key_up(int key) |
| 123 | { |
nothing calls this directly
no outgoing calls
no test coverage detected