Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDeviceStateMonitor.java733 long currentTotalWaitTime = 0L; in busyWaitFunction() local
737 if (currentTotalWaitTime + nextWaitTime > maxWaitTime) { in busyWaitFunction()
738 nextWaitTime = maxWaitTime - currentTotalWaitTime; in busyWaitFunction()
741 currentTotalWaitTime += nextWaitTime; in busyWaitFunction()