Searched refs:NANOS_PER_MILLI (Results 1 – 3 of 3) sorted by relevance
32 private final double NANOS_PER_MILLI = 1e6; field in SensorSynchronizationTestActivity111 (maxTimestamp - minTimestamp) / NANOS_PER_MILLI; in analyzeData()115 (accMovementTimestamp - minTimestamp) / NANOS_PER_MILLI, in analyzeData()116 (magMovementTimestamp - minTimestamp) / NANOS_PER_MILLI, in analyzeData()117 (gyrMovementTimestamp - minTimestamp) / NANOS_PER_MILLI)); in analyzeData()
31 private static final int NANOS_PER_MILLI = 1000000; field in FakeSensorOperation63 Thread.sleep(delayNs / NANOS_PER_MILLI, (int) (delayNs % NANOS_PER_MILLI)); in execute()
35 private static final long NANOS_PER_MILLI = 1000000; field in SensorCtsHelper176 Thread.sleep(durationNs / NANOS_PER_MILLI, (int) (durationNs % NANOS_PER_MILLI)); in sleep()