Searched refs:updateWakelockStats (Results 1 – 2 of 2) sorted by relevance
87 mReader.updateWakelockStats(wlStats, staleStats); in readKernelWakelockStats()197 KernelWakelockStats staleStats = mReader.updateWakelockStats(new WakeLockInfo[0], in testEmptyWakeLockInfoList()208 KernelWakelockStats staleStats = mReader.updateWakelockStats(wlStats, in testOneWakeLockInfo()226 KernelWakelockStats staleStats = mReader.updateWakelockStats(wlStats, in testTwoWakeLockInfos()
186 updateWakelockStats(wlStats, staleStats); in getWakelockStatsFromSystemSuspend()201 public KernelWakelockStats updateWakelockStats(WakeLockInfo[] wlStats, in updateWakelockStats() method in KernelWakelockReader