Searched refs:MAX_SECONDS_PER_JOB (Results 1 – 1 of 1) sorted by relevance
58 private static final int MAX_SECONDS_PER_JOB = 60; field in GarageModeChecker201 int myMaxTime = Math.min(remainingSeconds, MAX_SECONDS_PER_JOB); in doInBackground()