Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DPackageWatchdog.java873 long shortestDurationMs = Long.MAX_VALUE; in getNextStateSyncMillisLocked() local
880 if (duration < shortestDurationMs) { in getNextStateSyncMillisLocked()
881 shortestDurationMs = duration; in getNextStateSyncMillisLocked()
885 return shortestDurationMs; in getNextStateSyncMillisLocked()