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

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

Completed in 36 milliseconds