/frameworks/base/cmds/statsd/src/state/ |
D | StateTracker.cpp | 134 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
|
D | StateTracker.h | 86 void notifyListeners(const int64_t eventTimeNs, const HashableDimensionKey& primaryKey,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | SignalController.java | 163 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
|
D | NetworkControllerImpl.java | 521 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 …]
|
D | EthernetSignalController.java | 50 public void notifyListeners(SignalCallback callback) { in notifyListeners() method in EthernetSignalController
|
D | WifiSignalController.java | 81 public void notifyListeners(SignalCallback callback) { in notifyListeners() method in WifiSignalController
|
D | MobileSignalController.java | 358 public void notifyListeners(SignalCallback callback) { in notifyListeners() method in MobileSignalController
|
/frameworks/base/core/java/android/app/ |
D | SharedPreferencesImpl.java | 511 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/ |
D | ExpandableOutlineView.java | 319 public void setActualHeight(int actualHeight, boolean notifyListeners) { in setActualHeight() argument 321 super.setActualHeight(actualHeight, notifyListeners); in setActualHeight()
|
D | ExpandableView.java | 187 public void setActualHeight(int actualHeight, boolean notifyListeners) { in setActualHeight() argument 190 if (notifyListeners) { in setActualHeight()
|
D | ActivatableNotificationView.java | 630 public void setActualHeight(int actualHeight, boolean notifyListeners) { in setActualHeight() argument 631 super.setActualHeight(actualHeight, notifyListeners); in setActualHeight()
|
D | ExpandableNotificationRow.java | 2710 public void setActualHeight(int height, boolean notifyListeners) { 2712 super.setActualHeight(height, notifyListeners);
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | ShortcutService.java | 1671 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/ |
D | boot-image-profile.txt | 3093 HSPLandroid/app/SharedPreferencesImpl$EditorImpl;->lambda$notifyListeners$0$SharedPreferencesImpl$E… 3094 HSPLandroid/app/SharedPreferencesImpl$EditorImpl;->notifyListeners(Landroid/app/SharedPreferencesIm…
|
/frameworks/base/services/ |
D | art-profile | 26196 HPLcom/android/server/pm/ShortcutService;->lambda$notifyListeners$1$ShortcutService(ILjava/lang/Str… 26208 HPLcom/android/server/pm/ShortcutService;->notifyListeners(Ljava/lang/String;I)V
|