Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/car/
DGarageModeChecker.java200 int remainingSeconds = mJobParameter.getExtras().getInt(REMAINING_SECONDS); in doInBackground() local
201 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()