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 99 long startingBgTimeout; // time at which we scheduled this for a delayed start.
242 pw.print(" startingBgTimeout=");
243 TimeUtils.formatDuration(startingBgTimeout, now, pw);
ActiveServices.java 225 if (r.startingBgTimeout <= now) {
258 long when = next.startingBgTimeout > now ? next.startingBgTimeout : now;
517 r.startingBgTimeout = SystemClock.uptimeMillis() + BG_START_TIMEOUT;
    [all...]

Completed in 51 milliseconds