Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DAppProfiler.java637 long nativeTotalPss = 0; in collectPssInBackground() local
654 nativeTotalPss += Debug.getPss(stats.get(j).pid, null, null); in collectPssInBackground()
669 kernelKb * 1024, nativeTotalPss * 1024); in collectPssInBackground()
671 nativeTotalPss); in collectPssInBackground()