Searched refs:mNesting (Results 1 – 3 of 3) sorted by relevance
49 int mNesting; field in AssociationState.SourceState98 mNesting--; in stop()99 if (mNesting == 0) { in stop()291 src.mNesting++; in startSource()292 if (src.mNesting == 1) { in startSource()368 if (src.mNesting > 0) { in resetSafely()446 if (src.mNesting > 0) { in commitStateTime()504 if (src.mNesting > 0) { in dumpStats()515 if (src.mNesting > 0) { in dumpStats()662 if (src.mNesting > 0) { in dumpTimesCheckin()[all …]
70 private int mNesting = 0; field in FastXmlSerializer223 mNesting--; in endTag()228 appendIndent(mNesting); in endTag()380 appendIndent(mNesting); in startTag()382 mNesting++; in startTag()
1021 int mNesting; field in ActivityManagerService.Association10297 if (ass.mNesting > 0) { in dumpAssociationsLocked()10322 if (ass.mNesting > 0) { in dumpAssociationsLocked()16039 ass.mNesting++; in startAssociationLocked()16040 if (ass.mNesting == 1) { in startAssociationLocked()16066 if (ass == null || ass.mNesting <= 0) { in stopAssociationLocked()16069 ass.mNesting--; in stopAssociationLocked()16070 if (ass.mNesting == 0) { in stopAssociationLocked()16093 if (ass.mNesting >= 1) { in noteUidProcessState()