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