HomeSort by relevance Sort by last modified time
    Searched defs:restartCount (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/core/java/com/android/server/am/
ServiceRecord.java 115 int restartCount; // number of restarts performed in a row.
301 if (crashCount != 0 || restartCount != 0 || restartDelay != 0 || nextRestartTime != 0) {
303 proto.write(ServiceRecordProto.Crash.RESTART_COUNT, restartCount);
406 if (crashCount != 0 || restartCount != 0
408 pw.print(prefix); pw.print("restartCount="); pw.print(restartCount);
548 restartCount = 0;
    [all...]
  /external/tpm2/
Global.h     [all...]
tpm_types.h     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h     [all...]

Completed in 221 milliseconds