Searched refs:mActiveOverflow (Results 1 – 1 of 1) sorted by relevance
1639 ArrayMap<String, MutableInt> mActiveOverflow; field in BatteryStatsImpl.OverflowArrayMap1651 mActiveOverflow = null; in clear()1662 if (mActiveOverflow != null) { in cleanup()1663 if (mActiveOverflow.size() == 0) { in cleanup()1664 mActiveOverflow = null; in cleanup()1667 if (mActiveOverflow == null) { in cleanup()1693 if (mActiveOverflow != null) { in startObject()1694 MutableInt over = mActiveOverflow.get(name); in startObject()1721 if (mActiveOverflow == null) { in startObject()1722 mActiveOverflow = new ArrayMap<>(); in startObject()[all …]