Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java112 long startingBgTimeout; // time at which we scheduled this for a delayed start. field in ServiceRecord
295 ServiceRecordProto.STARTING_BG_TIMEOUT, startingBgTimeout, now); in writeToProto()
406 TimeUtils.formatDuration(startingBgTimeout, now, pw); in dump()
DActiveServices.java307 if (r.startingBgTimeout <= now) { in rescheduleDelayedStartsLocked()
342 long when = next.startingBgTimeout > now ? next.startingBgTimeout : now; in rescheduleDelayedStartsLocked()
709 r.startingBgTimeout = SystemClock.uptimeMillis() + mAm.mConstants.BG_START_TIMEOUT; in startServiceInnerLocked()