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 19 import static com.android.internal.app.procstats.ProcessStats.PSS_SAMPLE_COUNT;
48 mergeStats(state, (int)that.getValue(key, PSS_SAMPLE_COUNT),
65 final long count = getValue(key, PSS_SAMPLE_COUNT);
67 setValue(key, PSS_SAMPLE_COUNT, inCount);
75 setValue(key, PSS_SAMPLE_COUNT, count + inCount);
ProcessState.java 37 import static com.android.internal.app.procstats.ProcessStats.PSS_SAMPLE_COUNT;
626 return mPssTable.getValueForId((byte)state, PSS_SAMPLE_COUNT);
    [all...]
ProcessStats.java 92 public static final int PSS_SAMPLE_COUNT = 0;
    [all...]

Completed in 58 milliseconds