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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1961 ArrayMap<String, MutableInt> mActiveOverflow; field in class:BatteryStatsImpl.OverflowArrayMap
1979 mActiveOverflow = null;
1994 if (mActiveOverflow != null) {
1995 if (mActiveOverflow.size() == 0) {
1996 mActiveOverflow = null;
1999 if (mActiveOverflow == null) {
2028 if (mActiveOverflow != null) {
2029 MutableInt over = mActiveOverflow.get(name);
2056 if (mActiveOverflow == null) {
2057 mActiveOverflow
[all...]

Completed in 62 milliseconds