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

/frameworks/base/services/core/java/com/android/server/am/
H A DServiceRecord.java98 long startingBgTimeout; // time at which we scheduled this for a delayed start. field in class:ServiceRecord
238 pw.print(" startingBgTimeout=");
239 TimeUtils.formatDuration(startingBgTimeout, now, pw);

Completed in 596 milliseconds