Home
last modified time | relevance | path

Searched defs:callbackList (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/util/
DCallbackRegistryTest.java219 ArrayList<Integer> callbackList = registry.copyListeners(); in testVeryDeepRemoveWhileNotifying() local
238 ArrayList<Integer> callbackList = registry.copyListeners(); in testClear() local
266 ArrayList<Integer> callbackList = registry.copyListeners(); in testNestedClear() local
/frameworks/data-binding/compiler/src/test/java/android/databinding/
DCallbackRegistryTest.java223 ArrayList<Integer> callbackList = registry.copyCallbacks(); in testVeryDeepRemoveWhileNotifying() local
243 ArrayList<Integer> callbackList = registry.copyCallbacks(); in testClear() local
272 ArrayList<Integer> callbackList = registry.copyCallbacks(); in testNestedClear() local