Uses of Package
org.android.activityminer.logic.devices

Packages that use org.android.activityminer.logic.devices
org.android.activityminer.app.filter GUI - Filter test screen and preferences. 
org.android.activityminer.app.recording GUI - Raw data sample recorder. 
org.android.activityminer.app.util GUI - Utility classes. 
org.android.activityminer.logic.devices Logic layer - Sensor device wrapper and data caches. 
org.android.activityminer.logic.timeseries Logic layer - Components for time series segmentation. 
org.android.activityminer.model.timeseries Data model - Data types for sensor observations and time series representation. 
 

Classes in org.android.activityminer.logic.devices used by org.android.activityminer.app.filter
AbstractAccelerometerDataSource
          Base class for the accelerometer data source.
 

Classes in org.android.activityminer.logic.devices used by org.android.activityminer.app.recording
DeviceManager
          A global device manager instance.
SampleGapErrorEvent
          Observable sample error event to notify too large gaps between the sensor updates received from android.
 

Classes in org.android.activityminer.logic.devices used by org.android.activityminer.app.util
AbstractAccelerometerDataSource
          Base class for the accelerometer data source.
DeviceManager
          A global device manager instance.
 

Classes in org.android.activityminer.logic.devices used by org.android.activityminer.logic.devices
AbstractAccelerometerDataSource
          Base class for the accelerometer data source.
AccelerometerDataCache
          The data cache to hold accelerometer samples for scanner polls.
AccelerometerDataCache.CacheData
          The cache data
LocationDataCache
          The data cache to hold location samples for scanner polls.
LocationDataSource
          Implementation of the location data source, using the location manager to get location information form the gps or network provider.
LocationDataSource.InternalLoactionListener
          The location listener.
SampleGapErrorEvent
          Observable sample error event to notify too large gaps between the sensor updates received from android.
SensorDataSource
          Generic interface for sensor data sources
 

Classes in org.android.activityminer.logic.devices used by org.android.activityminer.logic.timeseries
AbstractAccelerometerDataSource
          Base class for the accelerometer data source.
LocationDataSource
          Implementation of the location data source, using the location manager to get location information form the gps or network provider.
SampleGapErrorEvent
          Observable sample error event to notify too large gaps between the sensor updates received from android.
 

Classes in org.android.activityminer.logic.devices used by org.android.activityminer.model.timeseries
SensorDataSource
          Generic interface for sensor data sources