Searched refs:startingBgTimeout (Results 1 – 2 of 2) sorted by relevance
104 long startingBgTimeout; // time at which we scheduled this for a delayed start. field in ServiceRecord276 ServiceRecordProto.STARTING_BG_TIMEOUT, startingBgTimeout, now); in writeToProto()379 TimeUtils.formatDuration(startingBgTimeout, now, pw); in dump()
297 if (r.startingBgTimeout <= now) { in rescheduleDelayedStartsLocked()330 long when = next.startingBgTimeout > now ? next.startingBgTimeout : now; in rescheduleDelayedStartsLocked()678 r.startingBgTimeout = SystemClock.uptimeMillis() + mAm.mConstants.BG_START_TIMEOUT; in startServiceInnerLocked()