Searched defs:mMemFactorDurations (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
H A DProcessStats.java225 public final long[] mMemFactorDurations = new long[ADJ_COUNT]; field in class:ProcessStats
333 + other.mMemFactorDurations[i] + " from "
334 + mMemFactorDurations[i]);
335 mMemFactorDurations[i] += other.mMemFactorDurations[i];
703 long memTime = mMemFactorDurations[memBucket];
1371 Arrays.fill(mMemFactorDurations, 0);
1570 mMemFactorDurations[mMemFactor] += now - mStartTime;
1573 writeCompactedLongArray(out, mMemFactorDurations, mMemFactorDurations
[all...]

Completed in 13 milliseconds