Home
last modified time | relevance | path

Searched refs:deepNotifyCount (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DCallbackRegistryTest.java39 int[] deepNotifyCount = new int[300]; field in CallbackRegistryTest
50 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 …]