HomeSort by relevance Sort by last modified time
    Searched refs:startingBgTimeout (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/am/
ServiceRecord.java 101 long startingBgTimeout; // time at which we scheduled this for a delayed start.
246 pw.print(" startingBgTimeout=");
247 TimeUtils.formatDuration(startingBgTimeout, now, pw);
ActiveServices.java 246 if (r.startingBgTimeout <= now) {
279 long when = next.startingBgTimeout > now ? next.startingBgTimeout : now;
544 r.startingBgTimeout = SystemClock.uptimeMillis() + mAm.mConstants.BG_START_TIMEOUT;
    [all...]

Completed in 64 milliseconds