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

  /frameworks/base/core/java/com/android/internal/app/procstats/
PssTable.java 21 import static com.android.internal.app.procstats.ProcessStats.PSS_AVERAGE;
50 that.getValue(key, PSS_AVERAGE),
69 setValue(key, PSS_AVERAGE, avgPss);
84 val = getValue(key, PSS_AVERAGE);
85 setValue(key, PSS_AVERAGE,
99 setValue(key, PSS_AVERAGE,
ProcessState.java 39 import static com.android.internal.app.procstats.ProcessStats.PSS_AVERAGE;
634 return mPssTable.getValueForId((byte)state, PSS_AVERAGE);
    [all...]
ProcessStats.java 94 public static final int PSS_AVERAGE = 2;
    [all...]

Completed in 40 milliseconds