Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/settings/
DFakeDisplayTracker.kt55 notifyCallbacks({ onDisplayAdded(displayId) }, displayCallbacks) in <lambda>()
59 notifyCallbacks({ onDisplayRemoved(displayId) }, displayCallbacks) in <lambda>()
63 notifyCallbacks({ onDisplayChanged(displayId) }, displayCallbacks) in <lambda>()
67 notifyCallbacks({ onDisplayChanged(displayId) }, brightnessCallbacks) in <lambda>()
70 private inline fun notifyCallbacks( in <lambda>() method in com.android.systemui.settings.FakeDisplayTracker
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DCallbackRegistryTest.java110 registry.notifyCallbacks(this, arg, arg); in testSimpleNotify()
133 registry.notifyCallbacks(this, 0, null); in testRemoveWhileNotifying()
152 registry.notifyCallbacks(CallbackRegistryTest.this, arg1, null); in testDeepRemoveWhileNotifying()
159 registry.notifyCallbacks(this, 0, null); in testDeepRemoveWhileNotifying()
189 registry.notifyCallbacks(this, 0, null); in testAddRemovedListener()
215 registry.notifyCallbacks(CallbackRegistryTest.this, arg1, null); in testVeryDeepRemoveWhileNotifying()
222 registry.notifyCallbacks(this, 0, null); in testVeryDeepRemoveWhileNotifying()
251 registry.notifyCallbacks(this, 0, null); in testClear()
272 registry.notifyCallbacks(this, 0, null); in testNestedClear()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/policy/
DMockUserSwitcherControllerWrapper.kt40 notifyCallbacks() in <lambda>()
44 private fun notifyCallbacks() { in <lambda>() method
/frameworks/base/core/java/android/view/
DScreenRecordingCallbacks.java87 notifyCallbacks(state); in addCallback()
122 private void notifyCallbacks(@ScreenRecordingState int state) { in notifyCallbacks() method in ScreenRecordingCallbacks
/frameworks/base/core/java/com/android/internal/util/
DObservableServiceConnection.java238 mCallbackRegistry.notifyCallbacks(this, reason, null); in onDisconnected()
247 mCallbackRegistry.notifyCallbacks(this, mLastDisconnectReason, mService); in onServiceConnected()
DCallbackRegistry.java92 public synchronized void notifyCallbacks(T sender, int arg, A arg2) { in notifyCallbacks() method in CallbackRegistry
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
DDreamOverlayStateController.java211 private void notifyCallbacks(Consumer<Callback> callbackConsumer) { in notifyCallbacks() method
326 notifyCallbacks(Callback::onStateChanged); in modifyState()
348 notifyCallbacks(Callback::onExitLowLight); in setLowLightActive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/controller/
DWalletContextualSuggestionsController.kt106 .onEach { notifyCallbacks(it) } in <lambda>()
148 private fun notifyCallbacks(cards: List<WalletCard>) { in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/scroll/
DImageTileSet.java95 mContentListeners.notifyCallbacks(this, 0, null); in notifyContentChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/user/domain/interactor/
DUserSwitcherInteractor.kt276 .onEach { notifyCallbacks() } in <lambda>()
557 private fun notifyCallbacks() { in <lambda>() method
637 notifyCallbacks() in <lambda>()