Home
last modified time | relevance | path

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 DFakeDisplayTracker.kt55 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 DCallbackRegistryTest.java106 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 DMockUserSwitcherControllerWrapper.kt40 notifyCallbacks()
44 private fun notifyCallbacks() { regex
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DObservableServiceConnection.java238 mCallbackRegistry.notifyCallbacks(this, reason, null); in onDisconnected()
247 mCallbackRegistry.notifyCallbacks(this, mLastDisconnectReason, mService); in onServiceConnected()
H A DCallbackRegistry.java91 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 DWalletContextualSuggestionsController.kt102 .onEach { notifyCallbacks(it) }
144 private fun notifyCallbacks(cards: List<WalletCard>) { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
H A DDreamOverlayStateController.java201 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 DImageTileSet.java95 mContentListeners.notifyCallbacks(this, 0, null); in notifyContentChanged()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/user/domain/interactor/
H A DUserInteractor.kt263 .onEach { notifyCallbacks() }
549 private fun notifyCallbacks() { regex
619 notifyCallbacks()