Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/tare/
H A DAgent.java975 final long timeToThresholdMs; in scheduleBalanceCheckLocked() local
982 timeToThresholdMs = upperTimeMs; in scheduleBalanceCheckLocked()
984 timeToThresholdMs = (upperTimeMs == TrendCalculator.WILL_NOT_CROSS_THRESHOLD) in scheduleBalanceCheckLocked()
988 SystemClock.elapsedRealtime() + timeToThresholdMs); in scheduleBalanceCheckLocked()