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

/frameworks/base/services/java/com/android/server/am/
H A DServiceRecord.java99 long nextRestartTime; // time when restartDelay will expire. field in class:ServiceRecord
240 || restartDelay != 0 || nextRestartTime != 0) {
245 pw.print(" nextRestartTime=");
246 TimeUtils.formatDuration(nextRestartTime, now, pw);

Completed in 30 milliseconds