Home
last modified time | relevance | path

Searched refs:onListUpdated (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
DAnnouncementAggregator.java61 public void onListUpdated(List<Announcement> active) { in onListUpdated() method in AnnouncementAggregator.ModuleWatcher
63 AnnouncementAggregator.this.onListUpdated(); in onListUpdated()
83 private void onListUpdated() { in onListUpdated() method in AnnouncementAggregator
94 mListener.onListUpdated(combined); in onListUpdated()
DRadioModule.java266 public void onListUpdated(ArrayList<Announcement> hwAnnouncements) in addAnnouncementListener()
268 listener.onListUpdated(hwAnnouncements.stream(). in addAnnouncementListener()
/frameworks/base/core/java/android/hardware/radio/
DIAnnouncementListener.aidl23 void onListUpdated(in List<Announcement> activeAnnouncements); in onListUpdated() method
DAnnouncement.java78 void onListUpdated(Collection<Announcement> activeAnnouncements); in onListUpdated() method
DRadioManager.java1814 public void onListUpdated(List<Announcement> activeAnnouncements) { in addAnnouncementListener()
1815 executor.execute(() -> listener.onListUpdated(activeAnnouncements)); in addAnnouncementListener()
/frameworks/base/api/
Dsystem-current.txt2886 method public void onListUpdated(java.util.Collection<android.hardware.radio.Announcement>);
/frameworks/base/non-updatable-api/
Dsystem-current.txt2886 method public void onListUpdated(java.util.Collection<android.hardware.radio.Announcement>);
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt24470 Landroid/hardware/radio/IAnnouncementListener$Stub$Proxy;->onListUpdated(Ljava/util/List;)V
24475 Landroid/hardware/radio/IAnnouncementListener;->onListUpdated(Ljava/util/List;)V