Searched refs:shortestDurationMs (Results 1 – 1 of 1) sorted by relevance
968 long shortestDurationMs = Long.MAX_VALUE; in getNextStateSyncMillisLocked() local975 if (duration < shortestDurationMs) { in getNextStateSyncMillisLocked()976 shortestDurationMs = duration; in getNextStateSyncMillisLocked()980 return shortestDurationMs; in getNextStateSyncMillisLocked()