HomeSort by relevance Sort by last modified time
    Searched refs:nextRestartTime (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/java/com/android/server/am/
ServiceRecord.java 108 long nextRestartTime; // time when restartDelay will expire.
260 || restartDelay != 0 || nextRestartTime != 0) {
264 pw.print(" nextRestartTime=");
265 TimeUtils.formatDuration(nextRestartTime, now, pw);
ActiveServices.java     [all...]

Completed in 169 milliseconds