Home
last modified time | relevance | path

Searched refs:notifyAllListeners (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/
H A DNetworkControllerImpl.java1003 notifyAllListeners(); in setCurrentSubscriptionsLocked()
1064 notifyAllListeners(); in refreshLocale()
1072 private void notifyAllListeners() { in notifyAllListeners() method in NetworkControllerImpl
1249 notifyAllListeners(); in onDemoModeFinished()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java11392 boolean notifyAllListeners) {
11393 for (Runnable listenerCall : prepareNotifyPostedLocked(r, old, notifyAllListeners)) {
11412 NotificationRecord old, boolean notifyAllListeners) {
11442 if (!notifyAllListeners && info.targetSdkVersion >= Build.VERSION_CODES.P) {