Searched refs:startingBgTimeout (Results 1 – 2 of 2) sorted by relevance
112 long startingBgTimeout; // time at which we scheduled this for a delayed start. field in ServiceRecord295 ServiceRecordProto.STARTING_BG_TIMEOUT, startingBgTimeout, now); in writeToProto()406 TimeUtils.formatDuration(startingBgTimeout, now, pw); in dump()
307 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()