Searched refs:mMessageBody (Results 1 – 3 of 3) sorted by relevance
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()
106 private String mMessageBody; field in CellBroadcastAlertAudio132 if (mMessageBody != null && mTtsEngineReady && mTtsLanguageSupported) {137 if (DBG) log("MessageEmpty = " + (mMessageBody == null) +148 if (mMessageBody != null && mTtsEngineReady && mTtsLanguageSupported) {149 if (DBG) log("Speaking broadcast text: " + mMessageBody);159 res = mTts.speak(mMessageBody, 2, params, TTS_UTTERANCE_ID);307 mMessageBody = intent.getStringExtra(ALERT_AUDIO_MESSAGE_BODY); in onStartCommand()335 if (mMessageBody != null && mEnableAudio) { in onStartCommand()