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

  /frameworks/base/core/java/com/android/internal/app/procstats/
PssTable.java 27 import static com.android.internal.app.procstats.ProcessStats.PSS_USS_AVERAGE;
56 that.getValue(key, PSS_USS_AVERAGE),
78 setValue(key, PSS_USS_AVERAGE, avgUss);
107 val = getValue(key, PSS_USS_AVERAGE);
108 setValue(key, PSS_USS_AVERAGE,
ProcessState.java 43 import static com.android.internal.app.procstats.ProcessStats.PSS_USS_AVERAGE;
649 return mPssTable.getValueForId((byte)state, PSS_USS_AVERAGE);
    [all...]
ProcessStats.java 90 public static final int PSS_USS_AVERAGE = 5;
    [all...]

Completed in 103 milliseconds