Home
last modified time | relevance | path

Searched refs:notifyListeners (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/cmds/statsd/src/state/
DStateTracker.cpp134 notifyListeners(eventTimeNs, primaryKey, oldState, newState); in updateStateForPrimaryKey()
151 notifyListeners(eventTimeNs, primaryKey, oldState, newState); in updateStateForPrimaryKey()
156 notifyListeners(eventTimeNs, primaryKey, oldState, newState); in updateStateForPrimaryKey()
162 notifyListeners(eventTimeNs, primaryKey, oldState, newState); in updateStateForPrimaryKey()
166 void StateTracker::notifyListeners(const int64_t eventTimeNs, in notifyListeners() function in android::os::statsd::StateTracker
DStateTracker.h86 void notifyListeners(const int64_t eventTimeNs, const HashableDimensionKey& primaryKey,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSignalController.java163 notifyListeners(); in notifyListenersIfNecessary()
204 public final void notifyListeners() { in notifyListeners() method in SignalController
205 notifyListeners(mCallbackHandler); in notifyListeners()
213 public abstract void notifyListeners(SignalCallback callback); in notifyListeners() method in SignalController
DNetworkControllerImpl.java521 mWifiSignalController.notifyListeners(cb); in addCallback()
522 mEthernetSignalController.notifyListeners(cb); in addCallback()
525 mobileSignalController.notifyListeners(cb); in addCallback()
801 notifyListeners(); in updateAirplaneMode()
819 notifyListeners(); in notifyAllListeners()
822 mobileSignalController.notifyListeners(); in notifyAllListeners()
824 mWifiSignalController.notifyListeners(); in notifyAllListeners()
825 mEthernetSignalController.notifyListeners(); in notifyAllListeners()
833 private void notifyListeners() { in notifyListeners() method in NetworkControllerImpl
1018 mWifiSignalController.notifyListeners(); in dispatchDemoCommand()
[all …]
DEthernetSignalController.java50 public void notifyListeners(SignalCallback callback) { in notifyListeners() method in EthernetSignalController
DWifiSignalController.java81 public void notifyListeners(SignalCallback callback) { in notifyListeners() method in WifiSignalController
DMobileSignalController.java358 public void notifyListeners(SignalCallback callback) { in notifyListeners() method in MobileSignalController
/frameworks/base/core/java/android/app/
DSharedPreferencesImpl.java511 notifyListeners(mcr); in apply()
617 notifyListeners(mcr); in commit()
621 private void notifyListeners(final MemoryCommitResult mcr) { in notifyListeners() method in SharedPreferencesImpl.EditorImpl
643 ActivityThread.sMainThreadHandler.post(() -> notifyListeners(mcr)); in notifyListeners()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableOutlineView.java319 public void setActualHeight(int actualHeight, boolean notifyListeners) { in setActualHeight() argument
321 super.setActualHeight(actualHeight, notifyListeners); in setActualHeight()
DExpandableView.java187 public void setActualHeight(int actualHeight, boolean notifyListeners) { in setActualHeight() argument
190 if (notifyListeners) { in setActualHeight()
DActivatableNotificationView.java630 public void setActualHeight(int actualHeight, boolean notifyListeners) { in setActualHeight() argument
631 super.setActualHeight(actualHeight, notifyListeners); in setActualHeight()
DExpandableNotificationRow.java2710 public void setActualHeight(int height, boolean notifyListeners) {
2712 super.setActualHeight(height, notifyListeners);
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java1671 notifyListeners(packageName, userId); in packageShortcutsChanged()
1676 private void notifyListeners(@NonNull String packageName, @UserIdInt int userId) { in notifyListeners() method in ShortcutService
2831 notifyListeners(packageName, owningUserId); in cleanUpPackageLocked()
/frameworks/base/config/
Dboot-image-profile.txt3093 HSPLandroid/app/SharedPreferencesImpl$EditorImpl;->lambda$notifyListeners$0$SharedPreferencesImpl$E…
3094 HSPLandroid/app/SharedPreferencesImpl$EditorImpl;->notifyListeners(Landroid/app/SharedPreferencesIm…
/frameworks/base/services/
Dart-profile26196 HPLcom/android/server/pm/ShortcutService;->lambda$notifyListeners$1$ShortcutService(ILjava/lang/Str…
26208 HPLcom/android/server/pm/ShortcutService;->notifyListeners(Ljava/lang/String;I)V