Searched refs:hostTime (Results 1 – 1 of 1) sorted by relevance
122 long hostTime = System.currentTimeMillis() / 1000; in tearDown() local123 assertTrue("Phone has had a hard reset", (hostTime - deviceTime) < 2); in tearDown()