Searched refs:wakelockStats (Results 1 – 3 of 3) sorted by relevance
36 final ArrayMap<String, ? extends BatteryStats.Uid.Wakelock> wakelockStats = in calculateApp() local38 final int wakelockStatsCount = wakelockStats.size(); in calculateApp()40 final BatteryStats.Uid.Wakelock wakelock = wakelockStats.valueAt(i); in calculateApp()
11480 final KernelWakelockStats wakelockStats = mKernelWakelockReader.readKernelWakelockStats( in updateKernelWakelocksLocked() local11482 if (wakelockStats == null) { in updateKernelWakelocksLocked()11488 for (Map.Entry<String, KernelWakelockStats.Entry> ent : wakelockStats.entrySet()) { in updateKernelWakelocksLocked()11507 if (st.getUpdateVersion() != wakelockStats.kernelWakelockVersion) { in updateKernelWakelocksLocked()11514 if (wakelockStats.isEmpty()) { in updateKernelWakelocksLocked()11520 wakelockStats.kernelWakelockVersion); in updateKernelWakelocksLocked()
862 final KernelWakelockStats wakelockStats = in pullKernelWakelock() local864 for (Map.Entry<String, KernelWakelockStats.Entry> ent : wakelockStats.entrySet()) { in pullKernelWakelock()