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 24 import static com.android.internal.app.procstats.ProcessStats.PSS_AVERAGE;
53 that.getValue(key, PSS_AVERAGE),
75 setValue(key, PSS_AVERAGE, avgPss);
93 val = getValue(key, PSS_AVERAGE);
94 setValue(key, PSS_AVERAGE,
ProcessState.java 37 import static com.android.internal.app.procstats.ProcessStats.PSS_AVERAGE;
637 return mPssTable.getValueForId((byte)state, PSS_AVERAGE);
    [all...]
ProcessStats.java 87 public static final int PSS_AVERAGE = 2;
    [all...]

Completed in 81 milliseconds