Searched refs:startMs (Results 1 – 2 of 2) sorted by relevance
23 val startMs = nowMs() constant in androidx.test.uiautomator.internal.TimeoutClock25 get() = nowMs() - startMs
99 val startMs = nowMs() in waitForStable() constant101 val elapsedMs = nowMs() - startMs in waitForStable()