Uses of Class
org.android.activityminer.logic.util.LooperThread

Packages that use LooperThread
org.android.activityminer.logic.timeseries Logic layer - Components for time series segmentation. 
 

Uses of LooperThread in org.android.activityminer.logic.timeseries
 

Fields in org.android.activityminer.logic.timeseries declared as LooperThread
private  LooperThread SensorObservationTask.looperThread
          The looper thread with the handler to repost the task to, for delayed runnable execution.
private  LooperThread AbstractObservableSensorScanner.looperThread
          The looper tread with the associated handler.
 

Methods in org.android.activityminer.logic.timeseries with parameters of type LooperThread
private  TimerTask AbstractObservableSensorScanner.getTimerTask(long samplingFrequency, LooperThread looperThread, long initialDelay)
          Getter for the timer task
 

Constructors in org.android.activityminer.logic.timeseries with parameters of type LooperThread
SensorObservationTask(SensorScanner sensorScanner, LooperThread looperThread, long frequency, long initialDelay)
          Constructor