Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DProcessProfileRecord.java163 private long mLastRequestedGc; field in ProcessProfileRecord
448 return mLastRequestedGc; in getLastRequestedGc()
453 mLastRequestedGc = lastRequestedGc; in setLastRequestedGc()
639 TimeUtils.formatDuration(mLastRequestedGc, nowUptime, pw); in dumpPss()