Home
last modified time | relevance | path

Searched refs:protoTimestamp (Results 1 – 1 of 1) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/usage_stats/
H A DEventTracker.java156 private long getJavaTimestamp(Timestamp protoTimestamp) { in getJavaTimestamp() argument
157 return TimeUnit.SECONDS.toMillis(protoTimestamp.getSeconds()) in getJavaTimestamp()
158 + TimeUnit.NANOSECONDS.toMillis(protoTimestamp.getNanos()); in getJavaTimestamp()