Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/util/
DCallbackRegistryTest.java36 int notify2; field in CallbackRegistryTest
45 notify2++; in addNotifyCount()
107 assertEquals(1, notify2); in testSimpleNotify()
129 assertEquals(1, notify2); in testRemoveWhileNotifying()
154 assertEquals(2, notify2); in testDeepRemoveWhileNotifying()
189 assertEquals(1, notify2); in testAddRemovedListener()
/frameworks/data-binding/compiler/src/test/java/android/databinding/
DCallbackRegistryTest.java34 int notify2; field in CallbackRegistryTest
43 notify2++; in addNotifyCount()
107 assertEquals(1, notify2); in testSimpleNotify()
130 assertEquals(1, notify2); in testRemoveWhileNotifying()
156 assertEquals(2, notify2); in testDeepRemoveWhileNotifying()
192 assertEquals(1, notify2); in testAddRemovedListener()