Home
last modified time | relevance | path

Searched refs:Announcement (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/hardware/radio/
DAnnouncement.java35 public final class Announcement implements Parcelable { class
78 void onListUpdated(Collection<Announcement> activeAnnouncements); in onListUpdated()
86 public Announcement(@NonNull ProgramSelector selector, @Type int type, in Announcement() method in Announcement
93 private Announcement(@NonNull Parcel in) { in Announcement() method in Announcement
111 public static final @android.annotation.NonNull Parcelable.Creator<Announcement> CREATOR =
112 new Parcelable.Creator<Announcement>() {
113 public Announcement createFromParcel(Parcel in) {
114 return new Announcement(in);
117 public Announcement[] newArray(int size) {
118 return new Announcement[size];
DIAnnouncementListener.aidl19 import android.hardware.radio.Announcement;
23 void onListUpdated(in List<Announcement> activeAnnouncements); in onListUpdated()
DAnnouncement.aidl20 parcelable Announcement;
DRadioManager.java1784 private final Map<Announcement.OnListUpdatedListener, ICloseHandle> mAnnouncementListeners =
1795 @NonNull Announcement.OnListUpdatedListener listener) { in addAnnouncementListener()
1809 @NonNull Announcement.OnListUpdatedListener listener) { in addAnnouncementListener()
1814 public void onListUpdated(List<Announcement> activeAnnouncements) { in addAnnouncementListener()
1838 public void removeAnnouncementListener(@NonNull Announcement.OnListUpdatedListener listener) { in removeAnnouncementListener()
/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
DAnnouncementAggregator.java21 import android.hardware.radio.Announcement;
59 public @NonNull List<Announcement> currentList = new ArrayList<>();
61 public void onListUpdated(List<Announcement> active) { in onListUpdated()
89 List<Announcement> combined = new ArrayList<>(); in onListUpdated()
DConvert.java23 import android.hardware.broadcastradio.V2_0.Announcement;
412 public static @NonNull android.hardware.radio.Announcement announcementFromHal( in announcementFromHal()
413 @NonNull Announcement hwAnnouncement) { in announcementFromHal()
414 return new android.hardware.radio.Announcement( in announcementFromHal()
DRadioModule.java24 import android.hardware.broadcastradio.V2_0.Announcement;
266 public void onListUpdated(ArrayList<Announcement> hwAnnouncements) in addAnnouncementListener()
/frameworks/base/api/
Dsystem-current.txt2868 public final class Announcement implements android.os.Parcelable {
2874 …ull public static final android.os.Parcelable.Creator<android.hardware.radio.Announcement> CREATOR;
2885 public static interface Announcement.OnListUpdatedListener {
2886 method public void onListUpdated(java.util.Collection<android.hardware.radio.Announcement>);
2984 …ull java.util.Set<java.lang.Integer>, @NonNull android.hardware.radio.Announcement.OnListUpdatedLi…
2985 …ull java.util.Set<java.lang.Integer>, @NonNull android.hardware.radio.Announcement.OnListUpdatedLi…
2988 …ublic void removeAnnouncementListener(@NonNull android.hardware.radio.Announcement.OnListUpdatedLi…
/frameworks/base/non-updatable-api/
Dsystem-current.txt2868 public final class Announcement implements android.os.Parcelable {
2874 …ull public static final android.os.Parcelable.Creator<android.hardware.radio.Announcement> CREATOR;
2885 public static interface Announcement.OnListUpdatedListener {
2886 method public void onListUpdated(java.util.Collection<android.hardware.radio.Announcement>);
2984 …ull java.util.Set<java.lang.Integer>, @NonNull android.hardware.radio.Announcement.OnListUpdatedLi…
2985 …ull java.util.Set<java.lang.Integer>, @NonNull android.hardware.radio.Announcement.OnListUpdatedLi…
2988 …ublic void removeAnnouncementListener(@NonNull android.hardware.radio.Announcement.OnListUpdatedLi…
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt24462 Landroid/hardware/radio/Announcement;-><init>(Landroid/hardware/radio/ProgramSelector;ILjava/util/M…
24463 Landroid/hardware/radio/Announcement;-><init>(Landroid/os/Parcel;)V
24464 Landroid/hardware/radio/Announcement;->mSelector:Landroid/hardware/radio/ProgramSelector;
24465 Landroid/hardware/radio/Announcement;->mType:I
24466 Landroid/hardware/radio/Announcement;->mVendorInfo:Ljava/util/Map;