Searched refs:remainingSeconds (Results 1 – 1 of 1) sorted by relevance
200 int remainingSeconds = mJobParameter.getExtras().getInt(REMAINING_SECONDS); in doInBackground() local201 int myMaxTime = Math.min(remainingSeconds, MAX_SECONDS_PER_JOB); in doInBackground()210 if (myMaxTime == remainingSeconds) { in doInBackground()223 if (elapsedSeconds >= myMaxTime && (myMaxTime < remainingSeconds)) { in doInBackground()227 remainingSeconds - elapsedSeconds); in doInBackground()