Searched refs:mActiveOverflow (Results 1 – 1 of 1) sorted by relevance
1572 ArrayMap<String, MutableInt> mActiveOverflow; field in BatteryStatsImpl.OverflowArrayMap1584 mActiveOverflow = null; in clear()1595 if (mActiveOverflow != null) { in cleanup()1596 if (mActiveOverflow.size() == 0) { in cleanup()1597 mActiveOverflow = null; in cleanup()1600 if (mActiveOverflow == null) { in cleanup()1626 if (mActiveOverflow != null) { in startObject()1627 MutableInt over = mActiveOverflow.get(name); in startObject()1654 if (mActiveOverflow == null) { in startObject()1655 mActiveOverflow = new ArrayMap<>(); in startObject()[all …]