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.java180 private long mLastRequestedGc; field in ProcessProfileRecord
499 return mLastRequestedGc; in getLastRequestedGc()
504 mLastRequestedGc = lastRequestedGc; in setLastRequestedGc()
726 TimeUtils.formatDuration(mLastRequestedGc, nowUptime, pw); in dumpPss()