| 259 | } |
| 260 | |
| 261 | bool MyPositionController::IsModeHasPosition() const |
| 262 | { |
| 263 | return m_mode != location::PendingPosition && m_mode != location::NotFollowNoPosition; |
| 264 | } |
| 265 | |
| 266 | void MyPositionController::DragStarted() |
| 267 | { |
no outgoing calls
no test coverage detected