Searched refs:PSS_SAMPLE_COUNT (Results 1 – 1 of 1) sorted by relevance
80 public static final int PSS_SAMPLE_COUNT = 0; field in ProcessStats1238 long count = proc.mStats.getLong(off, PSS_SAMPLE_COUNT); in dumpAllProcessPssCheckin()2962 addPss(state, (int) other.mStats.getLong(ent, PSS_SAMPLE_COUNT), in add()3226 long count = longs[idx+PSS_SAMPLE_COUNT]; in addPss()3228 longs[idx+PSS_SAMPLE_COUNT] = inCount; in addPss()3236 longs[idx+PSS_SAMPLE_COUNT] = count+inCount; in addPss()3389 return idx >= 0 ? mStats.getLong(mPssTable[idx], PSS_SAMPLE_COUNT) : 0; in getPssSampleCount()