Home
last modified time | relevance | path

Searched refs:mLastTimes (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DKernelCpuUidTimeReader.java57 final SparseArray<T> mLastTimes = new SparseArray<>(); field in KernelCpuUidTimeReader
136 mLastTimes.delete(uid); in removeUid()
152 mLastTimes.put(startUid, null); in removeUidsInRange()
153 mLastTimes.put(endUid, null); in removeUidsInRange()
154 final int firstIndex = mLastTimes.indexOfKey(startUid); in removeUidsInRange()
155 final int lastIndex = mLastTimes.indexOfKey(endUid); in removeUidsInRange()
156 mLastTimes.removeAtRange(firstIndex, lastIndex - firstIndex + 1); in removeUidsInRange()
214 long[] lastTimes = mLastTimes.get(uid); in readDeltaImpl()
217 mLastTimes.put(uid, lastTimes); in readDeltaImpl()
354 return mLastTimes; in getAllUidCpuFreqTimeMs()
[all …]