Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DProcessStats.java882 pw.print(proc.mPssTableSize); in dumpProcessPss()
1070 if (proc.mPssTableSize > 0) { in dumpProcessList()
1268 for (int i=0; i<proc.mPssTableSize; i++) { in dumpAllProcessPssCheckin()
2305 && proc.mPssTableSize == 0) { in dumpLocked()
2645 if (proc.mPssTableSize > 0) { in dumpCheckinLocked()
2718 if (procState.mPssTableSize > 0) { in dumpCheckinLocked()
2911 int mPssTableSize; field in ProcessStats.ProcessState
2966 for (int i=0; i<mPssTableSize; i++) { in clone()
2976 pnew.mPssTableSize = mStats.mAddLongTableSize; in clone()
2992 for (int i=0; i<other.mPssTableSize; i++) { in add()
[all …]