Home
last modified time | relevance | path

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

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