| 379 | *****************************************************************************/ |
| 380 | |
| 381 | SensorDataProvider::SensorDataProvider() : |
| 382 | m_impl(Sensors::getSensorDataProviderImpl()), |
| 383 | m_deviceId(), |
| 384 | m_timer(), |
| 385 | m_isInitialized(false) |
| 386 | { |
| 387 | } |
| 388 | |
| 389 | void SensorDataProvider::logSensorAvailability() |
| 390 | { |
nothing calls this directly
no outgoing calls
no test coverage detected