Searched refs:mTimeOutTimer (Results 1 – 3 of 3) sorted by relevance
40 protected HostTimer mTimeOutTimer; field in Test281 synchronized (mTimeOutTimer) { in run()282 mTimeOutTimer.cancel(true); in run()283 mTimeOutTimer.sendNotify(); in run()335 mTimeOutTimer = new HostTimer(new TimeOutTask(this), in run()337 mTimeOutTimer.start(); in run()347 synchronized (mTimeOutTimer) { in run()350 mTimeOutTimer.waitOn(); in run()357 if (mTimeOutTimer.isTimeOut()) { in run()362 mTimeOutTimer.cancel(false); in run()[all …]
66 synchronized (mTimeOutTimer) { in run()69 if (!mTimeOutTimer.isTimeOut()) { in run()72 mTimeOutTimer.sendNotify(); in run()
67 private HostTimer mTimeOutTimer; field in TestPackage504 synchronized (mTimeOutTimer) { in notifyBatchModeFinish()505 mTimeOutTimer.sendNotify(); in notifyBatchModeFinish()515 synchronized (mTimeOutTimer) { in handleMissingFinishEvent()516 mTimeOutTimer.cancel(false); in handleMissingFinishEvent()552 mTimeOutTimer.restart(new TimeOutTask(this), in notifyTestStatus()856 mTimeOutTimer = new HostTimer(new TimeOutTask(this), in runInBatchMode()858 mTimeOutTimer.start(); in runInBatchMode()878 synchronized (mTimeOutTimer) { in runInBatchModeImpl()881 mTimeOutTimer.waitOn(); in runInBatchModeImpl()[all …]