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

/frameworks/base/core/java/com/android/internal/util/
H A DFastXmlSerializer.java68 private int mNesting = 0; field in class:FastXmlSerializer
204 mNesting--;
209 appendIndent(mNesting);
361 appendIndent(mNesting);
363 mNesting++;
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1567 * If written to a parcel, the start time is reset, as is mNesting in the base class
1632 if (mNesting > 0) {
1645 if (mNesting > 0) {
1659 if (mNesting == 1 && mTimeBase.isRunning()) {
1666 * Decrements the mNesting ref-count on this timer.
1668 * If it actually stopped (mNesting went to 0), then possibly update
1674 if (mNesting == 0) {
1689 if (mNesting > 0) {
1705 if (mNesting > 0) {
1723 if (mNesting >
1740 int mNesting; field in class:BatteryStatsImpl.StopwatchTimer
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java957 int mNesting; field in class:ActivityManagerService.Association
14519 if (ass.mNesting > 0) {
14544 if (ass.mNesting > 0) {
19210 ass.mNesting++;
19211 if (ass.mNesting == 1) {
19237 if (ass == null || ass.mNesting <= 0) {
19240 ass.mNesting--;
19241 if (ass.mNesting == 0) {
19263 if (ass.mNesting >= 1) {

Completed in 121 milliseconds