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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java858 int mNesting; field in class:BatteryStatsImpl.StopwatchTimer
861 * The last time at which we updated the timer. If mNesting is > 0,
906 if (mNesting > 0) {
920 pw.println(prefix + "mNesting=" + mNesting + "mUpdateTime=" + mUpdateTime
925 if (mNesting++ == 0) {
947 return mNesting > 0;
952 if (mNesting == 0) {
955 if (--mNesting == 0) {
965 mNesting
[all...]

Completed in 9 milliseconds