-
public final class StepCounterDataTYPE_STEP_COUNTER: monotonically-increasing step count since boot.
-
-
Field Summary
Fields Modifier and Type Field Description private final DoublesensorTimestampprivate final DoublewallClockTimestampprivate final Longcount
-
Constructor Summary
Constructors Constructor Description StepCounterData(Double sensorTimestamp, Double wallClockTimestamp, Long count)
-
Method Summary
Modifier and Type Method Description final DoublegetSensorTimestamp()final DoublegetWallClockTimestamp()final LonggetCount()-
-
Method Detail
-
getSensorTimestamp
final Double getSensorTimestamp()
-
getWallClockTimestamp
final Double getWallClockTimestamp()
-
-
-
-