Searched refs:PSS_AVERAGE (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/procstats/ |
D | PssTable.java | 24 import static com.android.internal.app.procstats.ProcessStats.PSS_AVERAGE; 53 that.getValue(key, PSS_AVERAGE), in mergeStats() 75 setValue(key, PSS_AVERAGE, avgPss); in mergeStats() 93 val = getValue(key, PSS_AVERAGE); in mergeStats() 94 setValue(key, PSS_AVERAGE, in mergeStats()
|
D | ProcessState.java | 37 import static com.android.internal.app.procstats.ProcessStats.PSS_AVERAGE; 637 return mPssTable.getValueForId((byte)state, PSS_AVERAGE); in getPssAverage() 1200 pw.print(mPssTable.getValue(key, PSS_AVERAGE)); in dumpAllPssCheckin() 1282 mPssTable.getValue(key, PSS_AVERAGE), in writeToProto()
|
D | ProcessStats.java | 87 public static final int PSS_AVERAGE = 2; field in ProcessStats
|