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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java2374 ArrayMap<String, MutableInt> mActiveOverflow; field in class:BatteryStatsImpl.OverflowArrayMap
2392 mActiveOverflow = null;
2407 if (mActiveOverflow != null) {
2408 if (mActiveOverflow.size() == 0) {
2409 mActiveOverflow = null;
2412 if (mActiveOverflow == null) {
2441 if (mActiveOverflow != null) {
2442 MutableInt over = mActiveOverflow.get(name);
2469 if (mActiveOverflow == null) {
2470 mActiveOverflow
[all...]

Completed in 110 milliseconds