Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/src/android/security/cts/
DSecurityTestCase.java98 long deviceTime = getDeviceUptime() + kernelStartTime; in tearDown() local
100 assertTrue("Phone has had a hard reset", (hostTime - deviceTime) < 2); in tearDown()