Searched refs:CellBroadcastMessage (Results 1 – 1 of 1) sorted by relevance
41 public class CellBroadcastMessage implements Parcelable { class79 public CellBroadcastMessage(SmsCbMessage message) { in CellBroadcastMessage() method in CellBroadcastMessage85 private CellBroadcastMessage(SmsCbMessage message, long deliveryTime, boolean isRead) { in CellBroadcastMessage() method in CellBroadcastMessage91 private CellBroadcastMessage(Parcel in) { in CellBroadcastMessage() method in CellBroadcastMessage112 public static final Parcelable.Creator<CellBroadcastMessage> CREATOR113 = 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 …]