Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DKernelUidCpuClusterTimeReader.java61 private SparseArray<double[]> mLastUidPolicyTimeMs = new SparseArray<>(); field in KernelUidCpuClusterTimeReader
95 double[] lastTimes = mLastUidPolicyTimeMs.get(uid); in readDeltaImpl()
98 mLastUidPolicyTimeMs.put(uid, lastTimes); in readDeltaImpl()
229 mLastUidPolicyTimeMs.delete(uid); in removeUid()
233 mLastUidPolicyTimeMs.put(startUid, null); in removeUidsInRange()
234 mLastUidPolicyTimeMs.put(endUid, null); in removeUidsInRange()
235 final int firstIndex = mLastUidPolicyTimeMs.indexOfKey(startUid); in removeUidsInRange()
236 final int lastIndex = mLastUidPolicyTimeMs.indexOfKey(endUid); in removeUidsInRange()
237 mLastUidPolicyTimeMs.removeAtRange(firstIndex, lastIndex - firstIndex + 1); in removeUidsInRange()