Searched refs:mActiveOverflow (Results 1 – 2 of 2) sorted by relevance
3536 ArrayMap<String, MutableInt> mActiveOverflow; field in BatteryStatsImpl.OverflowArrayMap3554 mActiveOverflow = null; in clear()3569 if (mActiveOverflow != null) { in cleanup()3570 if (mActiveOverflow.size() == 0) { in cleanup()3571 mActiveOverflow = null; in cleanup()3574 if (mActiveOverflow == null) { in cleanup()3603 if (mActiveOverflow != null) { in startObject()3631 if (mActiveOverflow == null) { in startObject()3632 mActiveOverflow = new ArrayMap<>(); in startObject()3656 if (mActiveOverflow != null) { in stopObject()[all …]
73592 Lcom/android/internal/os/BatteryStatsImpl$OverflowArrayMap;->mActiveOverflow:Landroid/util/ArrayMap;