Searched refs:PSS_SAMPLE_COUNT (Results 1 – 3 of 3) sorted by relevance
26 import static com.android.internal.app.procstats.ProcessStats.PSS_SAMPLE_COUNT;82 mergeStats(stats, statsIndex, (int)thatStats[thatStatsIndex + PSS_SAMPLE_COUNT], in mergeStats()98 final long count = stats[statsIndex + PSS_SAMPLE_COUNT]; in mergeStats()100 stats[statsIndex + PSS_SAMPLE_COUNT] = inCount; in mergeStats()111 stats[statsIndex + PSS_SAMPLE_COUNT] = count + inCount; in mergeStats()155 proto.write(ProcessStatsStateProto.SAMPLE_SIZE, stats[statsIndex + PSS_SAMPLE_COUNT]); in writeStatsToProto()
26 import static com.android.internal.app.procstats.ProcessStats.PSS_SAMPLE_COUNT;424 && mTotalRunningPss[PSS_SAMPLE_COUNT] == 0); in hasAnyData()786 return mPssTable.getValueForId((byte)state, PSS_SAMPLE_COUNT); in getPssSampleCount()1094 if (mTotalRunningPss[PSS_SAMPLE_COUNT] != 0) { in dumpPss()1132 pw.print(table[offset + PSS_SAMPLE_COUNT]); in dumpPssSamples()1320 if (mTotalRunningPss[PSS_SAMPLE_COUNT] != 0) { in dumpPackageProcCheckin()1377 if (mTotalRunningPss[PSS_SAMPLE_COUNT] != 0) { in dumpProcCheckin()1440 pw.print(table[offset + PSS_SAMPLE_COUNT]); in dumpPssSamplesCheckin()1542 if (mTotalRunningPss[PSS_SAMPLE_COUNT] != 0) { in dumpDebug()
100 public static final int PSS_SAMPLE_COUNT = 0; field in ProcessStats