Home
last modified time | relevance | path

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

/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DKernelWakelockReaderTest.java109 byte[] buffer, WakeLockInfo[] wlStats) { in readKernelWakelockStats()
238 WakeLockInfo[] wlStats = new WakeLockInfo[1]; in testOneWakeLockInfo() local
257 WakeLockInfo[] wlStats = new WakeLockInfo[2]; in testTwoWakeLockInfos() local
281 WakeLockInfo[] wlStats = new WakeLockInfo[1]; in testWakeLockInfosBecomeStale() local
315 WakeLockInfo[] wlStats = new WakeLockInfo[0]; in testAggregateStatsEmpty() local
330 WakeLockInfo[] wlStats = new WakeLockInfo[0]; in testAggregateStatsNoNativeWakelocks() local
349 WakeLockInfo[] wlStats = new WakeLockInfo[1]; in testAggregateStatsNoKernelWakelocks() local
371 WakeLockInfo[] wlStats = new WakeLockInfo[1]; in testAggregateStatsBothKernelAndNativeWakelocks() local
398 WakeLockInfo[] wlStats = new WakeLockInfo[2]; in testAggregateStatsUpdate() local
/frameworks/base/services/core/java/com/android/server/power/stats/
DKernelWakelockReader.java193 WakeLockInfo[] wlStats; in getWakelockStatsFromSystemSuspend() local
211 public KernelWakelockStats updateWakelockStats(WakeLockInfo[] wlStats, in updateWakelockStats()