Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/power/
H A DCarPowerManagementService.java1598 long totalWaitDurationMs = 0; in suspendWithRetries() local
1606 if (totalWaitDurationMs >= mMaxSuspendWaitDurationMs) { in suspendWithRetries()
1618 totalWaitDurationMs += retryIntervalMs; in suspendWithRetries()
1630 totalWaitDurationMs); in suspendWithRetries()