Searched refs:mActiveOverflow (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1962 ArrayMap<String, MutableInt> mActiveOverflow; field in class:BatteryStatsImpl.OverflowArrayMap
1980 mActiveOverflow = null;
1995 if (mActiveOverflow != null) {
1996 if (mActiveOverflow.size() == 0) {
1997 mActiveOverflow = null;
2000 if (mActiveOverflow == null) {
2029 if (mActiveOverflow != null) {
2030 MutableInt over = mActiveOverflow.get(name);
2057 if (mActiveOverflow == null) {
2058 mActiveOverflow
[all...]

Completed in 15 milliseconds