Home
last modified time | relevance | path

Searched refs:mLastAppExitInfoPersistTimestamp (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DAppExitInfoTracker.java150 private long mLastAppExitInfoPersistTimestamp = 0L; field in AppExitInfoTracker
701 mLastAppExitInfoPersistTimestamp = in loadExistingProcessExitInfo()
773 mLastAppExitInfoPersistTimestamp = now; in persistProcessExitInfo()
853 + sdf.format(new Date(mLastAppExitInfoPersistTimestamp))); in dumpHistoryProcessExitInfo()