Searched refs:myMaxTime (Results 1 – 1 of 1) sorted by relevance
201 int myMaxTime = Math.min(remainingSeconds, MAX_SECONDS_PER_JOB); in doInBackground() local208 if (elapsedSeconds >= myMaxTime + SECONDS_PER_ITERATION) { in doInBackground()210 if (myMaxTime == remainingSeconds) { in doInBackground()223 if (elapsedSeconds >= myMaxTime && (myMaxTime < remainingSeconds)) { in doInBackground()