Searched refs: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.java2220 * If written to a parcel, the start time is reset, as is mNesting in the base class
2299 if (mNesting > 0) {
2312 if (mNesting > 0) {
2327 if (mNesting == 1 && mTimeBase.isRunning()) {
2334 * Decrements the mNesting ref-count on this timer.
2336 * If it actually stopped (mNesting went to 0), then possibly update
2341 if (mNesting == 1) {
2350 // super method decrements mNesting, which getCurrentDurationMsLocked relies on,
2361 if (mNesting > 0) {
2377 if (mNesting >
2429 int mNesting; field in class:BatteryStatsImpl.StopwatchTimer
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java1149 int mNesting; field in class:ActivityManagerService.Association
16600 if (ass.mNesting > 0) {
16625 if (ass.mNesting > 0) {
22963 ass.mNesting++;
22964 if (ass.mNesting == 1) {
22990 if (ass == null || ass.mNesting <= 0) {
22993 ass.mNesting--;
22994 if (ass.mNesting == 0) {
23017 if (ass.mNesting >= 1) {
[all...]

Completed in 105 milliseconds