Searched refs:startingBgTimeout (Results 1 – 2 of 2) sorted by relevance
109 long startingBgTimeout; // time at which we scheduled this for a delayed start. field in ServiceRecord299 ServiceRecordProto.STARTING_BG_TIMEOUT, startingBgTimeout, now); in dumpDebug()416 TimeUtils.formatDuration(startingBgTimeout, now, pw); in dump()
346 if (r.startingBgTimeout <= now) { in rescheduleDelayedStartsLocked()381 long when = next.startingBgTimeout > now ? next.startingBgTimeout : now; in rescheduleDelayedStartsLocked()772 r.startingBgTimeout = SystemClock.uptimeMillis() + mAm.mConstants.BG_START_TIMEOUT; in startServiceInnerLocked()