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