Searched refs:mMessageBody (Results 1 – 3 of 3) sorted by relevance
95 private String mMessageBody; field in CellBroadcastAlertAudio120 if (mMessageBody != null && mTtsEngineReady && mTtsLanguageSupported) {125 if (DBG) log("MessageEmpty = " + (mMessageBody == null) +136 if (mMessageBody != null && mTtsEngineReady && mTtsLanguageSupported) {137 if (DBG) log("Speaking broadcast text: " + mMessageBody);145 res = mTts.speak(mMessageBody, TextToSpeech.QUEUE_FLUSH, ttsHashMap);280 mMessageBody = intent.getStringExtra(ALERT_AUDIO_MESSAGE_BODY); in onStartCommand()307 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()