Lines Matching defs:message

32  * decoded broadcast message objects can be passed between running Services.
52 public CellBroadcastMessage(SmsCbMessage message) {
53 mGeographicalScope = message.getGeographicalScope();
54 mSerialNumber = message.getUpdateNumber();
55 mMessageCode = message.getMessageCode();
56 mMessageIdentifier = message.getMessageIdentifier();
57 mLanguageCode = message.getLanguageCode();
58 mMessageBody = message.getMessageBody();
142 * Set or clear the "read message" flag.
143 * @param isRead true if the message has been read; false if not
182 * Return whether the broadcast is an emergency (PWS) message type.
186 * but only emergency alerts play the alert sound and speak the message.
188 * @return true if the message is PWS type; false otherwise
195 * Returns whether the broadcast is an emergency (PWS) message type,
198 * @return true if the message is PWS type, excluding Amber alerts
207 * Return whether the broadcast is an ETWS emergency message type.
208 * @return true if the message is ETWS emergency type; false otherwise
215 * Return whether the broadcast is a CMAS emergency message type.
216 * @return true if the message is CMAS emergency type; false otherwise
224 * This method checks the message ID and the message code.
225 * @return true if the message indicates an ETWS popup alert
234 * This method checks the message ID and the message code.
235 * @return true if the message indicates an ETWS emergency user alert
298 * Return the abbreviated date string for the message delivery time.
310 * Return the date string for the message delivery time, suitable for text-to-speech.