Searched refs:timeToWait (Results 1 – 2 of 2) sorted by relevance
348 int timeToWait = [self sendDelay];351 if (timeToWait == -1)355 if (timeToWait == 0) {362 timeToWait = uploadIntervalInSeconds_;366 if (timeToWait > 0) {367 dispatch_time_t delay = dispatch_time(DISPATCH_TIME_NOW, (int64_t)(timeToWait * NSEC_PER_SEC));
306 long timeToWait = 0; in run() local338 timeToWait = System.currentTimeMillis() - startTime; in run()348 if (timeToWait != 0) { in run()