Searched refs:finishTime (Results 1 – 1 of 1) sorted by relevance
169 long finishTime = System.currentTimeMillis() + attachTimeout; in attach() local180 } while (attachTimeout == 0 || System.currentTimeMillis() < finishTime); in attach()