Searched refs:taskMaxDurationInMs (Results 1 – 1 of 1) sorted by relevance
270 long taskMaxDurationInMs; in maybeStartNewRemoteTask() local278 taskMaxDurationInMs = calcTaskMaxDurationInMsLocked(); in maybeStartNewRemoteTask()279 taskMaxDurationInSec = (int) (taskMaxDurationInMs / MILLI_TO_SECOND); in maybeStartNewRemoteTask()321 startRemoteTaskClientService(serviceInfo, uidName, taskMaxDurationInMs); in maybeStartNewRemoteTask()1392 long taskMaxDurationInMs; in calcTaskMaxDurationInMsLocked() local1398 taskMaxDurationInMs = mAllowedSystemUptimeMs; in calcTaskMaxDurationInMsLocked()1400 taskMaxDurationInMs = mShutdownTimeInMs - SystemClock.uptimeMillis(); in calcTaskMaxDurationInMsLocked()1403 Slogf.d(TAG, "Task max duration in ms: %d", taskMaxDurationInMs); in calcTaskMaxDurationInMsLocked()1405 return taskMaxDurationInMs; in calcTaskMaxDurationInMsLocked()