Searched refs:nowMs (Results 1 – 3 of 3) sorted by relevance
23 val startMs = nowMs()25 get() = nowMs() - startMs
37 internal fun nowMs() = SystemClock.uptimeMillis() in nowMs() method
28 import androidx.test.uiautomator.internal.nowMs99 val startMs = nowMs() in waitForStable()101 val elapsedMs = nowMs() - startMs in waitForStable()