Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DKernelWakelockReaderTest.java84 byte[] buffer, WakeLockInfo[] wlStats) { in readKernelWakelockStats()
205 WakeLockInfo[] wlStats = new WakeLockInfo[1]; in testOneWakeLockInfo() local
222 WakeLockInfo[] wlStats = new WakeLockInfo[2]; in testTwoWakeLockInfos() local
245 WakeLockInfo[] wlStats = new WakeLockInfo[1]; in testWakeLockInfosBecomeStale() local
278 WakeLockInfo[] wlStats = new WakeLockInfo[0]; in testAggregateStatsEmpty() local
292 WakeLockInfo[] wlStats = new WakeLockInfo[0]; in testAggregateStatsNoNativeWakelocks() local
310 WakeLockInfo[] wlStats = new WakeLockInfo[1]; in testAggregateStatsNoKernelWakelocks() local
331 WakeLockInfo[] wlStats = new WakeLockInfo[1]; in testAggregateStatsBothKernelAndNativeWakelocks() local
357 WakeLockInfo[] wlStats = new WakeLockInfo[2]; in testAggregateStatsUpdate() local
/frameworks/base/core/java/com/android/internal/os/
DKernelWakelockReader.java176 WakeLockInfo[] wlStats = null; in getWakelockStatsFromSystemSuspend() local
201 public KernelWakelockStats updateWakelockStats(WakeLockInfo[] wlStats, in updateWakelockStats()