Searched refs:NANOS_PER_MILLISECOND (Results 1 – 2 of 2) sorted by relevance
56 private static final long NANOS_PER_MILLISECOND = 1000000; field in TimeUtil264 (int) (milliseconds % MILLIS_PER_SECOND * NANOS_PER_MILLISECOND)); in createTimestampFromMillis()272 (int) (milliseconds % MILLIS_PER_SECOND * NANOS_PER_MILLISECOND)); in createDurationFromMillis()284 / NANOS_PER_MILLISECOND; in toMillis()294 / NANOS_PER_MILLISECOND; in toMillis()517 if (nanos % NANOS_PER_MILLISECOND == 0) { in formatNanos()518 return String.format("%1$03d", nanos / NANOS_PER_MILLISECOND); in formatNanos()
112 private static final long NANOS_PER_MILLISECOND = 1000 * 1000; field in StatszZPageHandler367 + timestamp.getNanos() / NANOS_PER_MILLISECOND)); in toDate()