Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/remoteaccess/
DCarRemoteAccessService.java355 private final long mAllowedSystemUptimeMs; field in CarRemoteAccessService
417 mAllowedSystemUptimeMs = allowedSystemUptimeMs == INVALID_ALLOWED_SYSTEM_UPTIME in CarRemoteAccessService()
419 mShutdownTimeInMs = SystemClock.uptimeMillis() + mAllowedSystemUptimeMs; in CarRemoteAccessService()
508 long delayForShutdowWarningMs = mAllowedSystemUptimeMs - SHUTDOWN_WARNING_MARGIN_IN_MS; in init()
512 mHandler.postWrapUpRemoteAccessService(mAllowedSystemUptimeMs); in init()
1152 return mAllowedSystemUptimeMs; in getAllowedSystemUptimeMs()
1398 taskMaxDurationInMs = mAllowedSystemUptimeMs; in calcTaskMaxDurationInMsLocked()