Home
last modified time | relevance | path

Searched defs:statType (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DAppProfiler.java680 int statType; in collectPssInBackground() local
821 int statType; in collectRssInBackground() local
915 long swapPss, long rss, int statType, long pssDuration, long now) { in recordPssSampleLPf()
919 swapPss * 1024, rss * 1024, statType, procState, pssDuration); in recordPssSampleLPf() local
977 int statType, long rssDuration, long now) { in recordRssSampleLPf()
985 /* swapPss = */ 0, rss * 1024, statType, procState, rssDuration); in recordRssSampleLPf() local