HomeSort by relevance Sort by last modified time
    Searched refs:PSS_SAMPLE_COUNT (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/com/android/internal/app/procstats/
PssTable.java 22 import static com.android.internal.app.procstats.ProcessStats.PSS_SAMPLE_COUNT;
51 mergeStats(state, (int)that.getValue(key, PSS_SAMPLE_COUNT),
71 final long count = getValue(key, PSS_SAMPLE_COUNT);
73 setValue(key, PSS_SAMPLE_COUNT, inCount);
84 setValue(key, PSS_SAMPLE_COUNT, count + inCount);
ProcessState.java 35 import static com.android.internal.app.procstats.ProcessStats.PSS_SAMPLE_COUNT;
629 return mPssTable.getValueForId((byte)state, PSS_SAMPLE_COUNT);
    [all...]
ProcessStats.java 85 public static final int PSS_SAMPLE_COUNT = 0;
    [all...]

Completed in 328 milliseconds