Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/performance/tests/
DEmulatorStartupPerfTest.java113 private void waitForBootComplete(ITestDevice device, long quitAfterTime) in waitForBootComplete() argument
117 while (System.currentTimeMillis() < quitAfterTime) { in waitForBootComplete()