Searched refs:wlStats (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
D | KernelWakelockReaderTest.java | 84 byte[] buffer, WakeLockInfo[] wlStats) { in readKernelWakelockStats() argument 87 mReader.updateWakelockStats(wlStats, staleStats); in readKernelWakelockStats() 205 WakeLockInfo[] wlStats = new WakeLockInfo[1]; in testOneWakeLockInfo() local 206 wlStats[0] = createWakeLockInfo("WakeLock", 20, 1000); // Milliseconds in testOneWakeLockInfo() 208 KernelWakelockStats staleStats = mReader.updateWakelockStats(wlStats, in testOneWakeLockInfo() 222 WakeLockInfo[] wlStats = new WakeLockInfo[2]; in testTwoWakeLockInfos() local 223 wlStats[0] = createWakeLockInfo("WakeLock1", 10, 1000); // Milliseconds in testTwoWakeLockInfos() 224 wlStats[1] = createWakeLockInfo("WakeLock2", 20, 2000); // Milliseconds in testTwoWakeLockInfos() 226 KernelWakelockStats staleStats = mReader.updateWakelockStats(wlStats, in testTwoWakeLockInfos() 245 WakeLockInfo[] wlStats = new WakeLockInfo[1]; in testWakeLockInfosBecomeStale() local [all …]
|
/frameworks/base/core/java/com/android/internal/os/ |
D | KernelWakelockReader.java | 176 WakeLockInfo[] wlStats = null; in getWakelockStatsFromSystemSuspend() local 185 wlStats = mSuspendControlService.getWakeLockStats(); in getWakelockStatsFromSystemSuspend() 186 updateWakelockStats(wlStats, staleStats); in getWakelockStatsFromSystemSuspend() 201 public KernelWakelockStats updateWakelockStats(WakeLockInfo[] wlStats, in updateWakelockStats() argument 203 for (WakeLockInfo info : wlStats) { in updateWakelockStats()
|