Searched refs:MILLIS_TO_NANOS (Results 1 – 1 of 1) sorted by relevance
70 static final float MILLIS_TO_NANOS = 1e6f; field in AccelerationClassifier.Data85 if (duration > 20 * MILLIS_TO_NANOS || duration < 5 * MILLIS_TO_NANOS) { in addPoint()