Searched refs:PSS_RSS_MINIMUM (Results 1 – 3 of 3) sorted by relevance
21 import static com.android.internal.app.procstats.ProcessStats.PSS_RSS_MINIMUM;89 thatStats[thatStatsIndex + PSS_RSS_MINIMUM], in mergeStats()107 stats[statsIndex + PSS_RSS_MINIMUM] = minRss; in mergeStats()135 if (stats[statsIndex + PSS_RSS_MINIMUM] > minRss) { in mergeStats()136 stats[statsIndex + PSS_RSS_MINIMUM] = minRss; in mergeStats()166 stats[statsIndex + PSS_RSS_MINIMUM], in writeStatsToProto()
41 import static com.android.internal.app.procstats.ProcessStats.PSS_RSS_MINIMUM;712 return mPssTable.getValueForId((byte)state, PSS_RSS_MINIMUM); in getPssRssMinimum()1006 DebugUtils.printSizeValue(pw, table[offset + PSS_RSS_MINIMUM] * 1024); in dumpPssSamples()1326 pw.print(table[offset + PSS_RSS_MINIMUM]); in dumpPssSamplesCheckin()
95 public static final int PSS_RSS_MINIMUM = 7; field in ProcessStats