| 101 | } |
| 102 | |
| 103 | MaaControllerFeature AdbControlUnitMgr::get_features() const |
| 104 | { |
| 105 | if (!input_) { |
| 106 | return MaaControllerFeature_None; |
| 107 | } |
| 108 | return input_->get_features(); |
| 109 | } |
| 110 | |
| 111 | bool AdbControlUnitMgr::start_app(const std::string& intent) |
| 112 | { |
nothing calls this directly
no test coverage detected