Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DCallbackRegistryTest.java105 registry.notifyCallbacks(this, arg, arg); in testSimpleNotify()
127 registry.notifyCallbacks(this, 0, null); in testRemoveWhileNotifying()
145 registry.notifyCallbacks(CallbackRegistryTest.this, arg1, null); in testDeepRemoveWhileNotifying()
152 registry.notifyCallbacks(this, 0, null); in testDeepRemoveWhileNotifying()
181 registry.notifyCallbacks(this, 0, null); in testAddRemovedListener()
206 registry.notifyCallbacks(CallbackRegistryTest.this, arg1, null); in testVeryDeepRemoveWhileNotifying()
213 registry.notifyCallbacks(this, 0, null); in testVeryDeepRemoveWhileNotifying()
241 registry.notifyCallbacks(this, 0, null); in testClear()
261 registry.notifyCallbacks(this, 0, null); in testNestedClear()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DImageTileSet.java95 mContentListeners.notifyCallbacks(this, 0, null); in notifyContentChanged()
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DCallbackRegistry.java91 public synchronized void notifyCallbacks(T sender, int arg, A arg2) { in notifyCallbacks() method in CallbackRegistry