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

/frameworks/base/core/java/com/android/internal/util/
H A DFastXmlSerializer.java69 private int mNesting = 0; field in class:FastXmlSerializer
221 mNesting--;
226 appendIndent(mNesting);
378 appendIndent(mNesting);
380 mNesting++;
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1843 * If written to a parcel, the start time is reset, as is mNesting in the base class
1922 if (mNesting > 0) {
1935 if (mNesting > 0) {
1950 if (mNesting == 1 && mTimeBase.isRunning()) {
1957 * Decrements the mNesting ref-count on this timer.
1959 * If it actually stopped (mNesting went to 0), then possibly update
1964 if (mNesting == 1) {
1973 // super method decrements mNesting, which getCurrentDurationMsLocked relies on,
1984 if (mNesting > 0) {
2000 if (mNesting >
2052 int mNesting; field in class:BatteryStatsImpl.StopwatchTimer
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java1033 int mNesting; field in class:ActivityManagerService.Association
15551 if (ass.mNesting > 0) {
15576 if (ass.mNesting > 0) {
20770 ass.mNesting++;
20771 if (ass.mNesting == 1) {
20797 if (ass == null || ass.mNesting <= 0) {
20800 ass.mNesting--;
20801 if (ass.mNesting == 0) {
20823 if (ass.mNesting >= 1) {
[all...]

Completed in 147 milliseconds