/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/settings/ |
D | FakeDisplayTracker.kt | 55 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/ |
D | CallbackRegistryTest.java | 110 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/ |
D | MockUserSwitcherControllerWrapper.kt | 40 notifyCallbacks() in <lambda>() 44 private fun notifyCallbacks() { in <lambda>() method
|
/frameworks/base/core/java/android/view/ |
D | ScreenRecordingCallbacks.java | 87 notifyCallbacks(state); in addCallback() 122 private void notifyCallbacks(@ScreenRecordingState int state) { in notifyCallbacks() method in ScreenRecordingCallbacks
|
/frameworks/base/core/java/com/android/internal/util/ |
D | ObservableServiceConnection.java | 238 mCallbackRegistry.notifyCallbacks(this, reason, null); in onDisconnected() 247 mCallbackRegistry.notifyCallbacks(this, mLastDisconnectReason, mService); in onServiceConnected()
|
D | CallbackRegistry.java | 92 public synchronized void notifyCallbacks(T sender, int arg, A arg2) { in notifyCallbacks() method in CallbackRegistry
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/ |
D | DreamOverlayStateController.java | 211 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/ |
D | WalletContextualSuggestionsController.kt | 106 .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/ |
D | ImageTileSet.java | 95 mContentListeners.notifyCallbacks(this, 0, null); in notifyContentChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/user/domain/interactor/ |
D | UserSwitcherInteractor.kt | 276 .onEach { notifyCallbacks() } in <lambda>() 557 private fun notifyCallbacks() { in <lambda>() method 637 notifyCallbacks() in <lambda>()
|