Home
last modified time | relevance | path

Searched defs:timeNanos (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowEventLog.java29 private long timeNanos; field in ShadowEventLog.ShadowEvent
60 private long timeNanos = System.nanoTime(); field in ShadowEventLog.EventBuilder
72 public EventBuilder setTimeNanos(long timeNanos) { in setTimeNanos()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DEventLoop.common.kt230 val timeNanos = delayToNanos(timeMillis) in scheduleResumeAfterDelay() constant
241 val timeNanos = delayToNanos(timeMillis) in scheduleInvokeOnTimeout() constant