Searched refs:checkStart (Results 1 – 2 of 2) sorted by relevance
380 long checkStart = SystemClock.uptimeMillis(); in checkDataRequest() local387 return (SystemClock.uptimeMillis() - checkStart); in checkDataRequest()
3030 long checkStart = SystemClock.uptimeMillis(); in assertTrueCheckTimeout() local3032 while (SystemClock.uptimeMillis() - checkStart < timeoutMs) { in assertTrueCheckTimeout()