Home
last modified time | relevance | path

Searched refs:timeToWait (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/client/ios/
DBreakpadController.mm325 int timeToWait = [self sendDelay];
328 if (timeToWait == -1)
332 if (timeToWait == 0) {
339 timeToWait = uploadIntervalInSeconds_;
343 if (timeToWait > 0) {
348 afterDelay:timeToWait];
/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPDialog.java306 long timeToWait = 0; in run() local
338 timeToWait = System.currentTimeMillis() - startTime; in run()
348 if (timeToWait != 0) { in run()