Home | History | Annotate | Download | only in os

Lines Matching refs:mNesting

1074         int mNesting;
1077 * The last time at which we updated the timer. If mNesting is > 0,
1122 if (mNesting > 0) {
1136 pw.println(prefix + "mNesting=" + mNesting + " mUpdateTime=" + mUpdateTime
1141 if (mNesting++ == 0) {
1163 return mNesting > 0;
1168 if (mNesting == 0) {
1171 if (--mNesting == 0) {
1181 mNesting = 1;
1183 mNesting = 0;
1222 return mTotalTime + (mNesting > 0
1234 boolean canDetach = mNesting <= 0;
1236 if (mNesting > 0) {
1253 mNesting = 0;