Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java3107 long totalWaitDurationMs = 0; in suspendWithRetries() local
3120 if (totalWaitDurationMs >= mMaxSuspendWaitDurationMs) { in suspendWithRetries()
3142 totalWaitDurationMs += retryIntervalMs; in suspendWithRetries()
3143 totalWaitDurationMs += (suspendStopTime - suspendStartTime); in suspendWithRetries()
3149 totalWaitDurationMs); in suspendWithRetries()