Searched refs:mLastUserTimeUs (Results 1 – 1 of 1) sorted by relevance
59 private SparseLongArray mLastUserTimeUs = new SparseLongArray(); field in KernelUidCpuTimeReader89 int index = mLastUserTimeUs.indexOfKey(uid); in readDeltaImpl()91 userTimeDeltaUs -= mLastUserTimeUs.valueAt(index); in readDeltaImpl()102 TimeUtils.formatDuration(mLastUserTimeUs.valueAt(index) / 1000, sb); in readDeltaImpl()123 mLastUserTimeUs.put(uid, userTimeUs); in readDeltaImpl()172 mLastUserTimeUs.removeAt(index); in removeUid()190 mLastUserTimeUs.put(startUid, 0); in removeUidsInRange()192 mLastUserTimeUs.put(endUid, 0); in removeUidsInRange()196 mLastUserTimeUs.removeAtRange(startIndex, endIndex - startIndex + 1); in removeUidsInRange()