Searched refs:NANOS_PER_MILLI (Results 1 – 3 of 3) sorted by relevance
24 public final static long NANOS_PER_MILLI = 1000000L; field in MidiBtleTimeTracker27 private final static long RANGE_NANOS = RANGE_MILLIS * NANOS_PER_MILLI;30 private long mWindowNanos = mWindowMillis * NANOS_PER_MILLI;67 long minimumTimeMillis = minimumTimeNanos / NANOS_PER_MILLI; in convertTimestampToNanotime()74 long timestampHostNanos = (mPeripheralTimeMillis * NANOS_PER_MILLI) in convertTimestampToNanotime()
29 private static final long NANOS_PER_MILLI = 1000000; field in EventScheduler227 millisToWait = 1 + (nanosToWait / NANOS_PER_MILLI); in waitNextEvent()
134 private static final long NANOS_PER_MILLI = 1000000L; field in LocationManagerService2129 / NANOS_PER_MILLI; in shouldBroadcastSafe()2190 if (timeDiffNanos > LocationFudger.FASTEST_INTERVAL_MS * NANOS_PER_MILLI) { in handleLocationChangedLocked()