Searched refs:mLastTimes (Results 1 – 1 of 1) sorted by relevance
57 final SparseArray<T> mLastTimes = new SparseArray<>(); field in KernelCpuUidTimeReader136 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 …]