Searched defs:CRLF (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/Osu/src/com/android/hotspot2/utils/
H A DHTTPMessage.java23 public static final String CRLF = "\r\n"; field in interface:HTTPMessage
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapBmessageBuilder.java27 private final static String CRLF = "\r\n"; field in class:BluetoothMapBmessageBuilder
71 int bodyLen = MSG_BEGIN.length() + MSG_END.length() + 3 * CRLF.length()
74 mBmsg.append(BMSG_BEGIN).append(CRLF);
76 mBmsg.append(BMSG_VERSION).append(CRLF);
77 mBmsg.append(BMSG_STATUS).append(bmsg.mBmsgStatus).append(CRLF);
78 mBmsg.append(BMSG_TYPE).append(bmsg.mBmsgType).append(CRLF);
79 mBmsg.append(BMSG_FOLDER).append(bmsg.mBmsgFolder).append(CRLF);
86 mBmsg.append(BENV_BEGIN).append(CRLF);
93 mBmsg.append(BBODY_BEGIN).append(CRLF);
96 mBmsg.append(BBODY_ENCODING).append(bmsg.mBbodyEncoding).append(CRLF);
[all...]
H A DBluetoothMapBmessageParser.java44 private final static String CRLF = "\r\n"; field in class:BluetoothMapBmessageParser
65 * BEGIN:MSG<CRLF> + <CRLF> + END:MSG<CRFL>
117 * <bmessage-object>::= { "BEGIN:BMSG" <CRLF> <bmessage-property>
118 * [<bmessage-originator>]* <bmessage-envelope> "END:BMSG" <CRLF> }
121 mParser = new BmsgTokenizer(str + CRLF);
132 /* <bmessage-originator>::= <vcard> <CRLF> */
167 * <common-digit>*"."<common-digit>* <CRLF>
168 * <bmessage-readstatus-property>::="STATUS:" 'readstatus' <CRLF>
169 * <bmessage-type-property>::="TYPE:" 'type' <CRLF>
[all...]
/frameworks/base/core/java/android/util/
H A DBase64.java47 * CRLF pair instead of just an LF. Has no effect if {@code
50 public static final int CRLF = 4; field in class:Base64
586 do_cr = (flags & CRLF) != 0;

Completed in 124 milliseconds