Searched refs:wakelockStats (Results 1 – 2 of 2) 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()
10044 final KernelWakelockStats wakelockStats = mKernelWakelockReader.readKernelWakelockStats( in updateKernelWakelocksLocked() local10046 if (wakelockStats == null) { in updateKernelWakelocksLocked()10052 for (Map.Entry<String, KernelWakelockStats.Entry> ent : wakelockStats.entrySet()) { in updateKernelWakelocksLocked()10071 if (st.getUpdateVersion() != wakelockStats.kernelWakelockVersion) { in updateKernelWakelocksLocked()10078 if (wakelockStats.isEmpty()) { in updateKernelWakelocksLocked()10084 wakelockStats.kernelWakelockVersion); in updateKernelWakelocksLocked()