Searched refs:mActiveOverflow (Results 1 – 1 of 1) sorted by relevance
2292 ArrayMap<String, MutableInt> mActiveOverflow; field in BatteryStatsImpl.OverflowArrayMap2310 mActiveOverflow = null; in clear()2325 if (mActiveOverflow != null) { in cleanup()2326 if (mActiveOverflow.size() == 0) { in cleanup()2327 mActiveOverflow = null; in cleanup()2330 if (mActiveOverflow == null) { in cleanup()2359 if (mActiveOverflow != null) { in startObject()2360 MutableInt over = mActiveOverflow.get(name); in startObject()2387 if (mActiveOverflow == null) { in startObject()2388 mActiveOverflow = new ArrayMap<>(); in startObject()[all …]