/aosp12/frameworks/base/core/java/android/hardware/location/ |
H A D | NanoAppMessage.java | 40 private byte[] mMessageBody; field in NanoAppMessage 47 mMessageBody = messageBody; in NanoAppMessage() 105 return mMessageBody; in getMessageBody() 121 mMessageBody = new byte[msgSize]; in NanoAppMessage() 122 in.readByteArray(mMessageBody); in NanoAppMessage() 136 out.writeInt(mMessageBody.length); in writeToParcel() 137 out.writeByteArray(mMessageBody); in writeToParcel() 156 int length = mMessageBody.length; in toString() 158 String ret = "NanoAppMessage[type = " + mMessageType + ", length = " + mMessageBody.length in toString() 165 ret += HexEncoding.encodeToString(mMessageBody[i], true /* upperCase */); in toString() [all …]
|
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | VisualVoicemailSms.java | 40 private final String mMessageBody; field in VisualVoicemailSms 46 mMessageBody = builder.mMessageBody; in VisualVoicemailSms() 77 return mMessageBody; in getMessageBody() 90 private String mMessageBody; field in VisualVoicemailSms.Builder 112 this.mMessageBody = messageBody; in setMessageBody()
|
/aosp12/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/ |
H A D | WapPushTest.java | 86 protected byte[] mMessageBody = { field in WapPushTest 1496 + mMessageBody.length]; in createPDU() 1504 mMessageBody.length); in createPDU() 1661 mMessageBody = new byte[] { in testProcessMsg4() 1710 mMessageBody = new byte[] { in testProcessMsg4() 2195 System.arraycopy(mMessageBody, 0, array, mWspHeader.length, mMessageBody.length); in retrieveWspBody() 2233 rd.nextBytes(mMessageBody); in testIntegration1() 2305 rd.nextBytes(mMessageBody); in testIntegration2() 2363 rd.nextBytes(mMessageBody); in testIntegration3() 2431 rd.nextBytes(mMessageBody); in testIntegration4() [all …]
|
/aosp12/packages/apps/Messaging/src/android/support/v7/mms/pdu/ |
H A D | MultimediaMessagePdu.java | 27 private PduBody mMessageBody; field in MultimediaMessagePdu 44 mMessageBody = body; in MultimediaMessagePdu() 62 return mMessageBody; in getBody() 71 mMessageBody = body; in setBody()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/ |
H A D | MultimediaMessagePdu.java | 29 private PduBody mMessageBody; field in MultimediaMessagePdu 46 mMessageBody = body; in MultimediaMessagePdu() 64 return mMessageBody; in getBody() 73 mMessageBody = body; in setBody()
|
/aosp12/frameworks/base/telephony/common/com/google/android/mms/pdu/ |
H A D | MultimediaMessagePdu.java | 32 private PduBody mMessageBody; field in MultimediaMessagePdu 51 mMessageBody = body; in MultimediaMessagePdu() 70 return mMessageBody; in getBody() 80 mMessageBody = body; in setBody()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | InboundSmsTracker.java | 55 private final String mMessageBody; field in InboundSmsTracker 134 mMessageBody = messageBody; in InboundSmsTracker() 176 mMessageBody = messageBody; in InboundSmsTracker() 250 mMessageBody = cursor.getString(InboundSmsHandler.MESSAGE_BODY_COLUMN); in InboundSmsTracker() 284 values.put("message_body", mMessageBody); in getContentValues() 320 builder.append(" messageBody=").append(mMessageBody); in toString() 484 return mMessageBody; in getMessageBody()
|
/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
H A D | CellBroadcastAlertAudio.java | 124 private String mMessageBody; field in CellBroadcastAlertAudio 226 if (mMessageBody != null && mTtsEngineReady && mTtsLanguageSupported) { in onCreate() 232 log("MessageEmpty = " + (mMessageBody == null) in onCreate() 247 if (mMessageBody != null && mTtsEngineReady && mTtsLanguageSupported) { in onCreate() 248 if (DBG) log("Speaking broadcast text: " + mMessageBody); in onCreate() 251 res = mTts.speak(mMessageBody, 2, null, TTS_UTTERANCE_ID); in onCreate() 351 mMessageBody = intent.getStringExtra(ALERT_AUDIO_MESSAGE_BODY); in onStartCommand() 400 if (mMessageBody != null && mEnableAudio) { in onStartCommand()
|
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/ |
H A D | SmsMessageBase.java | 54 protected String mMessageBody; field in SmsMessageBase 172 return mMessageBody; in getMessageBody() 410 String[] parts = mMessageBody.split("( /)|( )", 2); in extractEmailAddressFromMessageBody()
|
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
H A D | SmsMessage.java | 1567 mMessageBody = null; in parseUserData() 1575 mMessageBody = p.getUserDataGSM8bit(count); in parseUserData() 1577 mMessageBody = null; in parseUserData() 1582 mMessageBody = p.getUserDataGSM7Bit(count, in parseUserData() 1588 mMessageBody = p.getUserDataUCS2(count); in parseUserData() 1592 mMessageBody = p.getUserDataKSC5601(count); in parseUserData() 1596 if (VDBG) Rlog.v(LOG_TAG, "SMS message body (raw): '" + mMessageBody + "'"); in parseUserData() 1598 if (mMessageBody != null) { in parseUserData()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
H A D | GsmInboundSmsHandlerTest.java | 118 private String mMessageBody = "This is the message body of a single-part message"; field in GsmInboundSmsHandlerTest 151 mMessageBody, /* messageBody */ in createInboundSmsTrackerMultiSim() 188 mMessageBody, /* messageBody */ in setUp() 494 mMessageBody, /* messageBody */ in testClass0Sms() 526 mMessageBody, /* messageBody */ in testBroadcastSms() 1038 mMessageBody, /* messageBody */ in testBroadcastUndeliveredUserLocked() 1095 mMessageBody, /* messageBody */ in testBroadcastUndeliveredUserUnlocked() 1134 mMessageBody, /* messageBody */ in testBroadcastUndeliveredDeleted()
|
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
H A D | SmsMessage.java | 782 mMessageBody = mBearerData.userData.payloadStr; 824 if (mMessageBody != null) { 825 if (VDBG) Rlog.v(LOG_TAG, "SMS message body: '" + mMessageBody + "'");
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 24446 Landroid/hardware/location/NanoAppMessage;->mMessageBody:[B 59039 Landroid/telephony/VisualVoicemailSms$Builder;->mMessageBody:Ljava/lang/String; 59048 Landroid/telephony/VisualVoicemailSms;->mMessageBody:Ljava/lang/String;
|