Searched refs:startingBgTimeout (Results 1 – 2 of 2) sorted by relevance
98 long startingBgTimeout; // time at which we scheduled this for a delayed start. field in ServiceRecord239 TimeUtils.formatDuration(startingBgTimeout, now, pw); in dump()
225 if (r.startingBgTimeout <= now) { in rescheduleDelayedStarts()258 long when = next.startingBgTimeout > now ? next.startingBgTimeout : now; in rescheduleDelayedStarts()441 r.startingBgTimeout = SystemClock.uptimeMillis() + BG_START_TIMEOUT; in startServiceInnerLocked()