| 132 | } |
| 133 | |
| 134 | bool DbgController::click(int /*x*/, int /*y*/) |
| 135 | { |
| 136 | return true; |
| 137 | } |
| 138 | |
| 139 | bool DbgController::swipe(int /*x1*/, int /*y1*/, int /*x2*/, int /*y2*/, int /*duration*/) |
| 140 | { |
nothing calls this directly
no outgoing calls
no test coverage detected