Searched refs:mKernelWakelockStats (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/ |
D | BatteryStatsImplTest.java | 102 private KernelWakelockStats mKernelWakelockStats = new KernelWakelockStats(); field in BatteryStatsImplTest 130 any(KernelWakelockStats.class))).thenReturn(mKernelWakelockStats); in setUp() 717 mKernelWakelockStats.put("lock1", new KernelWakelockStats.Entry(42, 1000, 314, 0)); in kernelWakelocks() 718 mKernelWakelockStats.put("lock2", new KernelWakelockStats.Entry(6, 2000, 0, 0)); in kernelWakelocks() 732 mKernelWakelockStats.put("lock1", new KernelWakelockStats.Entry(43, 1100, 414, 0)); in kernelWakelocks() 733 mKernelWakelockStats.put("lock2", new KernelWakelockStats.Entry(6, 2222, 0, 0)); in kernelWakelocks()
|
/frameworks/base/services/core/java/com/android/server/power/stats/ |
D | BatteryStatsImpl.java | 1680 private final HashMap<String, SamplingTimer> mKernelWakelockStats = new HashMap<>(); field in BatteryStatsImpl 1683 return mKernelWakelockStats; in getKernelWakelockStats() 4327 SamplingTimer kwlt = mKernelWakelockStats.get(name); in getKernelWakelockTimerLocked() 4330 mKernelWakelockStats.put(name, kwlt); in getKernelWakelockTimerLocked() 12030 if (mKernelWakelockStats.size() > 0) { in resetAllStatsLocked() 12031 for (SamplingTimer timer : mKernelWakelockStats.values()) { in resetAllStatsLocked() 12034 mKernelWakelockStats.clear(); in resetAllStatsLocked() 13937 SamplingTimer kwlt = mKernelWakelockStats.get(name); 13940 mKernelWakelockStats.put(name, kwlt); 13950 for (Map.Entry<String, SamplingTimer> ent : mKernelWakelockStats.entrySet()) { [all …]
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 73705 Lcom/android/internal/os/BatteryStatsImpl;->mKernelWakelockStats:Ljava/util/HashMap;
|