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

  /frameworks/base/services/core/java/com/android/server/am/
ServiceRecord.java 117 long restartTime; // time of last restart.
278 ProtoUtils.toDuration(proto, ServiceRecordProto.RESTART_TIME, restartTime, now);
383 pw.print(" restartTime=");
384 TimeUtils.formatDuration(restartTime, now, pw);
550 restartTime = 0;
    [all...]
AppErrors.java 698 if (now > sr.restartTime + ProcessList.MIN_CRASH_INTERVAL) {
    [all...]
ActiveServices.java     [all...]
  /frameworks/base/services/core/java/com/android/server/trust/
TrustManagerService.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 93 milliseconds