Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DKernelWakelockReaderTest.java87 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()
/frameworks/base/core/java/com/android/internal/os/
DKernelWakelockReader.java186 updateWakelockStats(wlStats, staleStats); in getWakelockStatsFromSystemSuspend()
201 public KernelWakelockStats updateWakelockStats(WakeLockInfo[] wlStats, in updateWakelockStats() method in KernelWakelockReader