Searched refs:startingBgTimeout (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/java/com/android/server/am/
H A DServiceRecord.java94 long startingBgTimeout; // time at which we scheduled this for a delayed start. field in class:ServiceRecord
237 pw.print(" startingBgTimeout=");
238 TimeUtils.formatDuration(startingBgTimeout, now, pw);
H A DActiveServices.java202 if (r.startingBgTimeout <= now) {
229 long when = next.startingBgTimeout > now ? next.startingBgTimeout : now;
402 r.startingBgTimeout = SystemClock.uptimeMillis() + BG_START_TIMEOUT;

Completed in 916 milliseconds