Searched refs:deepNotifyCount (Results 1 – 1 of 1) sorted by relevance
39 int[] deepNotifyCount = new int[300]; field in CallbackRegistryTest50 deepNotifyCount[callback]++; in addNotifyCount()195 final Integer[] callbacks = new Integer[deepNotifyCount.length]; in testVeryDeepRemoveWhileNotifying()215 for (int i = 0; i < deepNotifyCount.length; i++) { in testVeryDeepRemoveWhileNotifying()217 assertEquals(expectedCount, deepNotifyCount[i]); in testVeryDeepRemoveWhileNotifying()234 for (int i = 0; i < deepNotifyCount.length; i++) { in testClear()243 for (int i = 0; i < deepNotifyCount.length; i++) { in testClear()244 assertEquals(0, deepNotifyCount[i]); in testClear()259 for (int i = 0; i < deepNotifyCount.length; i++) { in testNestedClear()263 for (int i = 0; i < deepNotifyCount.length; i++) { in testNestedClear()[all …]