Searched refs:mActiveOverflow (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java2292 ArrayMap<String, MutableInt> mActiveOverflow; field in class:BatteryStatsImpl.OverflowArrayMap
2310 mActiveOverflow = null;
2325 if (mActiveOverflow != null) {
2326 if (mActiveOverflow.size() == 0) {
2327 mActiveOverflow = null;
2330 if (mActiveOverflow == null) {
2359 if (mActiveOverflow != null) {
2360 MutableInt over = mActiveOverflow.get(name);
2387 if (mActiveOverflow == null) {
2388 mActiveOverflow
[all...]

Completed in 123 milliseconds