Home | History | Annotate | Download | only in applications

Lines Matching refs:pss

405         boolean updateSize(Context context, long pss, int curSeq) {
406 mSize = pss * 1024;
1056 long[] pss = ActivityManagerNative.getDefault()
1061 changed |= proc.updateSize(context, pss[i], mSequence);