Searched refs:mBody (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsCbMessage.java130 private final String mBody; field in class:SmsCbMessage
153 mBody = body;
167 mBody = in.readString();
203 dest.writeString(mBody);
292 return mBody;
368 + mServiceCategory + ", language=" + mLanguage + ", body=" + mBody
/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DListWithMailMessages.java73 private String mBody; field in class:ListWithMailMessages.MailMessage
84 mBody = body;
97 return mBody;
101 this.mBody = body;
/frameworks/base/tests/CoreTests/android/core/
H A DRequestAPITest.java465 String mBody = TestWebData.postContent;
466 int bodyLength = mBody.length();
468 Log.v(LOGTAG, "testPostWithData: body " + mBody);
470 InputStream bodyProvider = new ByteArrayInputStream(mBody.getBytes());
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DPduParser.java72 private PduBody mBody = null; field in class:PduParser
130 mBody = parseParts(mPduDataStream);
131 if (null == mBody) {
142 SendReq sendReq = new SendReq(mHeaders, mBody);
169 new RetrieveConf(mHeaders, mBody);
186 PduPart firstPart = mBody.getPart(0);
187 mBody.removeAll();
188 mBody.addPart(0, firstPart);

Completed in 182 milliseconds