Home
last modified time | relevance | path

Searched defs:staleStats (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DKernelWakelockReaderTest.java108 private KernelWakelockStats readKernelWakelockStats(KernelWakelockStats staleStats, in readKernelWakelockStats()
127 KernelWakelockStats staleStats = mReader.parseProcWakelocks(new byte[0], 0, true, in testParseEmptyFile() local
138 KernelWakelockStats staleStats = mReader.parseProcWakelocks(buffer, buffer.length, true, in testOnlyHeader() local
151 KernelWakelockStats staleStats = mReader.parseProcWakelocks(buffer, buffer.length, true, in testOneWakelock() local
172 KernelWakelockStats staleStats = mReader.parseProcWakelocks(buffer, buffer.length, true, in testTwoWakelocks() local
189 KernelWakelockStats staleStats = mReader.parseProcWakelocks(buffer, buffer.length, true, in testDuplicateWakelocksAccumulate() local
203 KernelWakelockStats staleStats = new KernelWakelockStats(); in testWakelocksBecomeStale() local
229 KernelWakelockStats staleStats = mReader.updateWakelockStats(new WakeLockInfo[0], in testEmptyWakeLockInfoList() local
241 KernelWakelockStats staleStats = mReader.updateWakelockStats(wlStats, in testOneWakeLockInfo() local
261 KernelWakelockStats staleStats = mReader.updateWakelockStats(wlStats, in testTwoWakeLockInfos() local
[all …]
/frameworks/base/services/core/java/com/android/server/power/stats/
DKernelWakelockReader.java78 public KernelWakelockStats readKernelWakelockStats(KernelWakelockStats staleStats) { in readKernelWakelockStats()
183 final KernelWakelockStats staleStats) { in getWakelockStatsFromSystemSuspend()
212 final KernelWakelockStats staleStats) { in updateWakelockStats()
237 final KernelWakelockStats staleStats) { in parseProcWakelocks()
325 public KernelWakelockStats updateVersion(KernelWakelockStats staleStats) { in updateVersion()
337 public KernelWakelockStats removeOldStats(final KernelWakelockStats staleStats) { in removeOldStats()