Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/android/telephony/
DCellBroadcastMessage.java41 public class CellBroadcastMessage implements Parcelable { class
79 public CellBroadcastMessage(SmsCbMessage message) { in CellBroadcastMessage() method in CellBroadcastMessage
85 private CellBroadcastMessage(SmsCbMessage message, long deliveryTime, boolean isRead) { in CellBroadcastMessage() method in CellBroadcastMessage
91 private CellBroadcastMessage(Parcel in) { in CellBroadcastMessage() method in CellBroadcastMessage
112 public static final Parcelable.Creator<CellBroadcastMessage> CREATOR
113 = new Parcelable.Creator<CellBroadcastMessage>() {
115 public CellBroadcastMessage createFromParcel(Parcel in) {
116 return new CellBroadcastMessage(in);
120 public CellBroadcastMessage[] newArray(int size) {
121 return new CellBroadcastMessage[size];
[all …]