Searched refs:lastSendTime (Results 1 – 1 of 1) sorted by relevance
198 long lastSendTime = System.currentTimeMillis(); in run() local231 lastSendTime = System.currentTimeMillis(); in run()240 if (lastSendTime + KEEPALIVE_INTERVAL_MS <= timeNow) { in run()249 lastSendTime = timeNow; in run()