Searched refs:mMessageBody (Results 1 – 3 of 3) sorted by relevance
92 private String mMessageBody; field in CellBroadcastAlertAudio119 if (mMessageBody != null && mTtsEngineReady && mTtsLanguageSupported) {124 if (DBG) log("MessageEmpty = " + (mMessageBody == null) +137 if (mMessageBody != null && mTtsEngineReady && mTtsLanguageSupported) {138 if (DBG) log("Speaking broadcast text: " + mMessageBody);141 res = mTts.speak(mMessageBody, 2, null, TTS_UTTERANCE_ID);273 mMessageBody = intent.getStringExtra(ALERT_AUDIO_MESSAGE_BODY); in onStartCommand()309 if (mMessageBody != null && mEnableAudio) { in onStartCommand()
27 private PduBody mMessageBody; field in MultimediaMessagePdu44 mMessageBody = body; in MultimediaMessagePdu()62 return mMessageBody; in getBody()71 mMessageBody = body; in setBody()
29 private PduBody mMessageBody; field in MultimediaMessagePdu46 mMessageBody = body; in MultimediaMessagePdu()64 return mMessageBody; in getBody()73 mMessageBody = body; in setBody()