Searched defs:mInList (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1597 boolean mInList; field in class:BatteryStatsImpl.StopwatchTimer
8987 if (timer.mInList && timer.mUid != null && timer.mUid.mUid != Process.SYSTEM_UID) {
8992 // a round of collection, its mInList field is set to true.
9092 if (timer.mInList && timer.mUid != null && timer.mUid.mUid != Process.SYSTEM_UID) {
9144 mPartialTimers.get(i).mInList = true;
9151 mLastPartialTimers.get(i).mInList = false;
9158 timer.mInList = true;

Completed in 60 milliseconds