Searched refs:mIterationCount (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | ShadeListBuilder.java | 116 private int mIterationCount = 0; field in ShadeListBuilder 476 mIterationCount, in buildList() 480 if (mAlwaysLogList || mIterationCount % 10 == 0) { in buildList() 487 mIterationCount++; in buildList() 604 mLogger.logDuplicateSummary(mIterationCount, group, existingSummary, entry); in groupNotifs() 623 mLogger.logDuplicateTopLevelKey(mIterationCount, topLevelKey); in groupNotifs() 1108 mIterationCount, in logAttachStateChanges() 1114 mLogger.logParentChanged(mIterationCount, prev.getParent(), curr.getParent()); in logAttachStateChanges() 1122 mIterationCount, in logAttachStateChanges() 1128 mIterationCount, in logAttachStateChanges() [all …]
|