Home
last modified time | relevance | path

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

/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DVisualStabilityManager.java140 notifyCallbacks(); in updateReorderingAllowed()
144 private void notifyCallbacks() { in notifyCallbacks() method in VisualStabilityManager
/frameworks/base/core/java/com/android/internal/util/
DCallbackRegistry.java91 public synchronized void notifyCallbacks(T sender, int arg, A arg2) { in notifyCallbacks() method in CallbackRegistry