Searched refs:mActiveOverflow (Results 1 – 2 of 2) sorted by relevance
3859 ArrayMap<String, MutableInt> mActiveOverflow; field in BatteryStatsImpl.OverflowArrayMap3877 mActiveOverflow = null; in clear()3892 if (mActiveOverflow != null) { in cleanup()3893 if (mActiveOverflow.size() == 0) { in cleanup()3894 mActiveOverflow = null; in cleanup()3897 if (mActiveOverflow == null) { in cleanup()3926 if (mActiveOverflow != null) { in startObject()3927 MutableInt over = mActiveOverflow.get(name); in startObject()3954 if (mActiveOverflow == null) { in startObject()3955 mActiveOverflow = new ArrayMap<>(); in startObject()[all …]
72949 Lcom/android/internal/os/BatteryStatsImpl$OverflowArrayMap;->mActiveOverflow:Landroid/util/ArrayMap;