Lines Matching refs:SmsCbMessage
36 import android.telephony.SmsCbMessage;
97 public static SmsCbMessage createSmsCbMessage(Context context, SmsCbHeader header, in createSmsCbMessage()
114 return new SmsCbMessage(SmsCbMessage.MESSAGE_FORMAT_3GPP, header.getGeographicalScope(), in createSmsCbMessage()
117 header.getEtwsInfo().getWarningType()), SmsCbMessage.MESSAGE_PRIORITY_EMERGENCY, in createSmsCbMessage()
126 int priority = header.isEmergencyMessage() ? SmsCbMessage.MESSAGE_PRIORITY_EMERGENCY in createSmsCbMessage()
127 : SmsCbMessage.MESSAGE_PRIORITY_NORMAL; in createSmsCbMessage()
149 return new SmsCbMessage(SmsCbMessage.MESSAGE_FORMAT_3GPP, in createSmsCbMessage()
162 int priority = header.isEmergencyMessage() ? SmsCbMessage.MESSAGE_PRIORITY_EMERGENCY in createSmsCbMessage()
163 : SmsCbMessage.MESSAGE_PRIORITY_NORMAL; in createSmsCbMessage()
165 return new SmsCbMessage(SmsCbMessage.MESSAGE_FORMAT_3GPP, in createSmsCbMessage()
248 int maximumWaitTimeSec = SmsCbMessage.MAXIMUM_WAIT_TIME_NOT_SET; in parseWarningAreaCoordinates()