Searched refs:mActiveOverflow (Results 1 – 2 of 2) sorted by relevance
2659 ArrayMap<String, MutableInt> mActiveOverflow; field in BatteryStatsImpl.OverflowArrayMap2677 mActiveOverflow = null; in clear()2692 if (mActiveOverflow != null) { in cleanup()2693 if (mActiveOverflow.size() == 0) { in cleanup()2694 mActiveOverflow = null; in cleanup()2697 if (mActiveOverflow == null) { in cleanup()2726 if (mActiveOverflow != null) { in startObject()2727 MutableInt over = mActiveOverflow.get(name); in startObject()2754 if (mActiveOverflow == null) { in startObject()2755 mActiveOverflow = new ArrayMap<>(); in startObject()[all …]
94370 Lcom/android/internal/os/BatteryStatsImpl$OverflowArrayMap;->mActiveOverflow:Landroid/util/ArrayMap;