Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DCallbackRegistryTest.java57 public void onNotifyCallback(Integer callback, CallbackRegistryTest sender, in testAddListener()
96 public void onNotifyCallback(Integer callback, CallbackRegistryTest sender, in testSimpleNotify()
115 public void onNotifyCallback(Integer callback, CallbackRegistryTest sender, in testRemoveWhileNotifying()
142 public void onNotifyCallback(Integer callback, CallbackRegistryTest sender, in testDeepRemoveWhileNotifying()
167 public void onNotifyCallback(Integer callback, CallbackRegistryTest sender, in testAddRemovedListener()
202 public void onNotifyCallback(Integer callback, CallbackRegistryTest sender, in testVeryDeepRemoveWhileNotifying()
228 public void onNotifyCallback(Integer callback, CallbackRegistryTest sender, in testClear()
252 public void onNotifyCallback(Integer callback, CallbackRegistryTest sender, in testNestedClear()
275 public void onNotifyCallback(Integer callback, CallbackRegistryTest sender, in testIsEmpty()
291 public void onNotifyCallback(Integer callback, CallbackRegistryTest sender, in testClone()
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DCallbackRegistry.java204 mNotifier.onNotifyCallback(mCallbacks.get(i), sender, arg, arg2); in notifyCallbacksLocked()
393 public abstract void onNotifyCallback(C callback, T sender, int arg, A arg2); in onNotifyCallback() method in CallbackRegistry.NotifierCallback
H A DObservableServiceConnection.java132 public void onNotifyCallback(Callback<T> callback,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DImageTileSet.java72 public void onNotifyCallback(OnContentChangedListener callback, in addOnContentChangedListener()