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

/frameworks/base/core/java/com/android/internal/app/
H A DProcessStats.java221 public final long[] mMemFactorDurations = new long[ADJ_COUNT]; field in class:ProcessStats
329 + other.mMemFactorDurations[i] + " from "
330 + mMemFactorDurations[i]);
331 mMemFactorDurations[i] += other.mMemFactorDurations[i];
699 long memTime = mMemFactorDurations[memBucket];
1404 Arrays.fill(mMemFactorDurations, 0);
1603 mMemFactorDurations[mMemFactor] += now - mStartTime;
1606 writeCompactedLongArray(out, mMemFactorDurations, mMemFactorDurations
[all...]

Completed in 61 milliseconds