Searched refs:mLastTimes (Results 1 – 1 of 1) sorted by relevance
53 final SparseArray<T> mLastTimes = new SparseArray<>(); field in KernelCpuUidTimeReader152 mLastTimes.delete(uid); in removeUid()172 mLastTimes.put(startUid, null); in removeUidsInRange()173 mLastTimes.put(endUid, null); in removeUidsInRange()174 int firstIndex = mLastTimes.indexOfKey(startUid); in removeUidsInRange()175 int lastIndex = mLastTimes.indexOfKey(endUid); in removeUidsInRange()176 mLastTimes.removeAtRange(firstIndex, lastIndex - firstIndex + 1); in removeUidsInRange()243 long[] lastTimes = mLastTimes.get(uid); in readDeltaImpl()246 mLastTimes.put(uid, lastTimes); in readDeltaImpl()404 return mLastTimes; in getAllUidCpuFreqTimeMs()[all …]