Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/
DNetworkControllerImpl.java1008 notifyAllListeners(); in setCurrentSubscriptionsLocked()
1069 notifyAllListeners(); in refreshLocale()
1077 private void notifyAllListeners() { in notifyAllListeners() method in NetworkControllerImpl
1255 notifyAllListeners(); in onDemoModeFinished()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java11838 boolean notifyAllListeners) {
11839 for (Runnable listenerCall : prepareNotifyPostedLocked(r, old, notifyAllListeners)) {
11858 NotificationRecord old, boolean notifyAllListeners) {
11923 if (!notifyAllListeners && info.targetSdkVersion >= Build.VERSION_CODES.P) {