Searched refs:notifyCallbacks (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/settings/ |
H A D | FakeDisplayTracker.kt | 55 notifyCallbacks({ onDisplayAdded(displayId) }, displayCallbacks) 59 notifyCallbacks({ onDisplayRemoved(displayId) }, displayCallbacks) 63 notifyCallbacks({ onDisplayChanged(displayId) }, displayCallbacks) 67 notifyCallbacks({ onDisplayChanged(displayId) }, brightnessCallbacks) 70 private inline fun notifyCallbacks(
|
/aosp14/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
H A D | CallbackRegistryTest.java | 106 registry.notifyCallbacks(this, arg, arg); in testSimpleNotify() 128 registry.notifyCallbacks(this, 0, null); in testRemoveWhileNotifying() 146 registry.notifyCallbacks(CallbackRegistryTest.this, arg1, null); in testDeepRemoveWhileNotifying() 153 registry.notifyCallbacks(this, 0, null); in testDeepRemoveWhileNotifying() 182 registry.notifyCallbacks(this, 0, null); in testAddRemovedListener() 207 registry.notifyCallbacks(CallbackRegistryTest.this, arg1, null); in testVeryDeepRemoveWhileNotifying() 214 registry.notifyCallbacks(this, 0, null); in testVeryDeepRemoveWhileNotifying() 242 registry.notifyCallbacks(this, 0, null); in testClear() 262 registry.notifyCallbacks(this, 0, null); in testNestedClear()
|
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/policy/ |
H A D | MockUserSwitcherControllerWrapper.kt | 40 notifyCallbacks() 44 private fun notifyCallbacks() { regex
|
/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A D | ObservableServiceConnection.java | 238 mCallbackRegistry.notifyCallbacks(this, reason, null); in onDisconnected() 247 mCallbackRegistry.notifyCallbacks(this, mLastDisconnectReason, mService); in onServiceConnected()
|
H A D | CallbackRegistry.java | 91 public synchronized void notifyCallbacks(T sender, int arg, A arg2) { in notifyCallbacks() method in CallbackRegistry
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/controller/ |
H A D | WalletContextualSuggestionsController.kt | 102 .onEach { notifyCallbacks(it) } 144 private fun notifyCallbacks(cards: List<WalletCard>) { regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/ |
H A D | DreamOverlayStateController.java | 201 private void notifyCallbacks(Consumer<Callback> callbackConsumer) { in notifyCallbacks() method 299 notifyCallbacks(Callback::onStateChanged); in modifyState()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | ImageTileSet.java | 95 mContentListeners.notifyCallbacks(this, 0, null); in notifyContentChanged()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/user/domain/interactor/ |
H A D | UserInteractor.kt | 263 .onEach { notifyCallbacks() } 549 private fun notifyCallbacks() { regex 619 notifyCallbacks()
|