Searched refs:PSS_SAMPLE_COUNT (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/procstats/ |
D | PssTable.java | 22 import static com.android.internal.app.procstats.ProcessStats.PSS_SAMPLE_COUNT; 51 mergeStats(state, (int)that.getValue(key, PSS_SAMPLE_COUNT), in mergeStats() 71 final long count = getValue(key, PSS_SAMPLE_COUNT); in mergeStats() 73 setValue(key, PSS_SAMPLE_COUNT, inCount); in mergeStats() 84 setValue(key, PSS_SAMPLE_COUNT, count + inCount); in mergeStats()
|
D | ProcessState.java | 35 import static com.android.internal.app.procstats.ProcessStats.PSS_SAMPLE_COUNT; 629 return mPssTable.getValueForId((byte)state, PSS_SAMPLE_COUNT); in getPssSampleCount() 1196 pw.print(mPssTable.getValue(key, PSS_SAMPLE_COUNT)); in dumpAllPssCheckin() 1279 … proto.write(ProcessStatsProto.State.SAMPLE_SIZE, mPssTable.getValue(key, PSS_SAMPLE_COUNT)); in writeToProto()
|
D | ProcessStats.java | 85 public static final int PSS_SAMPLE_COUNT = 0; field in ProcessStats
|