Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DAnrMonitor.java138 final Long uptime = mEventQueue.poll(); in waitForAnrAndReturnUptime() local
139 if (uptime == null) { in waitForAnrAndReturnUptime()
146 return uptime; in waitForAnrAndReturnUptime()
/cts/hostsidetests/gwp_asan/common/proto/
Dtombstone.proto30 // Process uptime in seconds.
/cts/tests/tests/os/src/android/os/cts/
DHandlerTest.java200 long uptime = SystemClock.uptimeMillis() + RUNTIME; in testSendEmptyMessageAtTime() local
201 assertTrue(mHandler1.sendEmptyMessageAtTime(MESSAGE_WHAT, uptime)); in testSendEmptyMessageAtTime()