Searched refs:body (Results 26 - 41 of 41) sorted by relevance

12

/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsCbMessage.java129 /** Message body, as a String. */
145 SmsCbLocation location, int serviceCategory, String language, String body,
153 mBody = body;
287 * Get the body of this message, or null if no body available
368 + mServiceCategory + ", language=" + mLanguage + ", body=" + mBody
144 SmsCbMessage(int messageFormat, int geographicalScope, int serialNumber, SmsCbLocation location, int serviceCategory, String language, String body, int priority, SmsCbEtwsInfo etwsWarningInfo, SmsCbCmasInfo cmasWarningInfo) argument
H A DCellBroadcastMessage.java115 String body = cursor.getString(
216 language, body, priority, etwsInfo, cmasInfo);
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DPduComposer.java837 // Message body
842 * Make message body.
845 // 1. add body informations
861 PduBody body = ((SendReq) mPdu).getBody();
862 if (null == body || body.getPartsNum() == 0) {
872 part = body.getPart(0);
898 int partNum = body.getPartsNum();
901 part = body.getPart(i);
H A DPduPersister.java603 PduBody body = new PduBody();
606 // load multiparts and put them into the body of the PDU.
613 body.addPart(parts[i]);
629 pdu = new RetrieveConf(headers, body);
632 pdu = new SendReq(headers, body);
1143 * @param body New message body of the PDU.
1147 public void updateParts(Uri uri, PduBody body, HashMap<Uri, InputStream> preOpenedFiles) argument
1163 ((MultimediaMessagePdu) cacheEntry.getPdu()).setBody(body);
1174 int partsNum = body
[all...]
H A DPduParser.java837 PduBody body = new PduBody();
927 /* add this part to body */
930 body.addPart(0, part);
933 body.addPart(part);
937 return body;
1371 * type of the "root" body part. It permits a MIME user agent to
1372 * determine the content-type without reference to the enclosed body
1373 * part. If the value of the type parameter and the root body part's
1414 * object's "root". If not present the "root" is the first body part in
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.cpp474 AString body = local
484 request.append(StringPrintf("Content-Length: %d\r\n", body.size()));
486 request.append(body);
537 AString body = StringPrintf( local
552 request.append(StringPrintf("Content-Length: %d\r\n", body.size()));
554 request.append(body);
572 AString body = "wfd_trigger_method: "; local
575 body.append("TEARDOWN");
577 body.append("SETUP");
580 body
[all...]
/frameworks/base/obex/javax/obex/
H A DClientOperation.java271 // there are 3 bytes operation headers and 3 bytes body headers //
407 * Determine if there is space to add a body request. At present
409 * byte body header. This number needs to be at least 6 so that
412 * the body.
464 * Determine if we can send the whole body or just part of
465 * the body. Remember that there is the 3 bytes for the
474 byte[] body = mPrivateOutput.readBytes(bodyLength);
493 if (body != null) {
494 out.write(body);
525 // send 0x49 with empty body
[all...]
H A DClientSession.java479 byte[] body = ObexHelper.updateHeaderSet(header, data);
480 if ((privateInput != null) && (body != null)) {
481 privateInput.writeBytes(body, 1);
H A DObexHelper.java160 * @return the result of the last start body or end body header provided;
161 * the first byte in the result will specify if a body or end of
162 * body is received
170 byte[] body = null;
232 body = new byte[length + 1];
233 body[0] = (byte)headerID;
234 System.arraycopy(headerArray, index, body, 1, length);
327 return body;
/frameworks/compile/libbcc/lib/Renderscript/runtime/
H A Drs_cl.c665 #define XN_FUNC_XN_XN_BODY(type, fnc, body) \
668 return body; \
695 #define IN_FUNC_IN_IN_BODY(fnc, body) \
696 XN_FUNC_XN_XN_BODY(uchar, fnc, body) \
697 XN_FUNC_XN_XN_BODY(char, fnc, body) \
698 XN_FUNC_XN_XN_BODY(ushort, fnc, body) \
699 XN_FUNC_XN_XN_BODY(short, fnc, body) \
700 XN_FUNC_XN_XN_BODY(uint, fnc, body) \
701 XN_FUNC_XN_XN_BODY(int, fnc, body) \
702 XN_FUNC_XN_XN_BODY(float, fnc, body)
[all...]
/frameworks/av/media/libstagefright/wifi-display/sink/
H A DWifiDisplaySink.cpp477 AString body = local
485 response.append(StringPrintf("Content-Length: %d\r\n", body.size()));
487 response.append(body);
/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css3 body, table, div, p, dl {
183 body {
923 body { overflow:visible; }
/frameworks/base/services/java/com/android/server/net/
H A DNetworkPolicyManagerService.java741 final CharSequence body = res.getString(R.string.data_usage_warning_body);
746 builder.setContentText(body);
759 final CharSequence body = res.getText(R.string.data_usage_limit_body);
784 builder.setContentText(body);
793 final CharSequence body = res.getString(R.string.data_usage_limit_snoozed_body,
819 builder.setContentText(body);
851 final CharSequence body = res.getString(R.string.data_usage_restricted_body);
858 builder.setContentText(body);
/frameworks/base/media/java/android/media/
H A DMediaScanner.java1699 Element body = root.getChild("body");
1700 Element seq = body.getChild("seq");
/frameworks/base/docs/html/guide/google/gcm/client-javadoc/
H A Ddefault.css12 html, body {
22 body {
482 /* content body */
1092 html, body, .wrap {
1099 body {
2134 /*body .ui-resizable-disabled .ui-resizable-handle { display: none; }
2135 body .ui-resizable-autohide .ui-resizable-handle { display: none; }*/
/frameworks/base/docs/html/guide/google/gcm/server-javadoc/
H A Ddefault.css12 html, body {
22 body {
482 /* content body */
1092 html, body, .wrap {
1099 body {
2134 /*body .ui-resizable-disabled .ui-resizable-handle { display: none; }
2135 body .ui-resizable-autohide .ui-resizable-handle { display: none; }*/

Completed in 631 milliseconds

12