Searched refs:shortestDurationMs (Results 1 – 1 of 1) sorted by relevance
608 long shortestDurationMs = Long.MAX_VALUE; in getNextStateSyncMillisLocked() local614 if (duration < shortestDurationMs) { in getNextStateSyncMillisLocked()615 shortestDurationMs = duration; in getNextStateSyncMillisLocked()619 return shortestDurationMs; in getNextStateSyncMillisLocked()