Searched refs:mActiveOverflow (Results 1 – 2 of 2) sorted by relevance
2662 ArrayMap<String, MutableInt> mActiveOverflow; field in BatteryStatsImpl.OverflowArrayMap2680 mActiveOverflow = null; in clear()2695 if (mActiveOverflow != null) { in cleanup()2696 if (mActiveOverflow.size() == 0) { in cleanup()2697 mActiveOverflow = null; in cleanup()2700 if (mActiveOverflow == null) { in cleanup()2729 if (mActiveOverflow != null) { in startObject()2730 MutableInt over = mActiveOverflow.get(name); in startObject()2757 if (mActiveOverflow == null) { in startObject()2758 mActiveOverflow = new ArrayMap<>(); in startObject()[all …]
88021 Lcom/android/internal/os/BatteryStatsImpl$OverflowArrayMap;->mActiveOverflow:Landroid/util/ArrayMap;