Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobStore.java1357 final Pair<Long, Long> rtcRuntimes = buildRtcExecutionTimesFromXml(parser); in restoreJobFromXml() local
1359 Pair<Long, Long> elapsedRuntimes = convertRtcBoundsToElapsed(rtcRuntimes, nowElapsed); in restoreJobFromXml()
1483 (rtcIsGood) ? null : rtcRuntimes, internalFlags, /* dynamicConstraints */ 0); in restoreJobFromXml()