Searched refs:spentWaiting (Results 1 – 1 of 1) sorted by relevance
150 Duration spentWaiting = Duration.ZERO; in waitForStagedSessionReady() local151 while (spentWaiting.compareTo(WAIT_FOR_SESSION_READY_TTL) < 0) { in waitForStagedSessionReady()156 CLog.i("Done waiting after " + spentWaiting); in waitForStagedSessionReady()161 spentWaiting = spentWaiting.plus(SLEEP_FOR); in waitForStagedSessionReady()