Searched refs:onNotifyCallback (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
H A D | CallbackRegistryTest.java | 57 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 D | CallbackRegistry.java | 204 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 D | ObservableServiceConnection.java | 132 public void onNotifyCallback(Callback<T> callback,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | ImageTileSet.java | 72 public void onNotifyCallback(OnContentChangedListener callback, in addOnContentChangedListener()
|