Home
last modified time | relevance | path

Searched refs:COLSP (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/protocol/cpim/
H A DSimpleCpimMessage.java40 private static final String COLSP = ": "; field in SimpleCpimMessage
66 builder.append(entry.getKey()).append(COLSP).append(entry.getValue()).append(CRLF); in encode()
70 builder.append("Content-Type").append(COLSP).append(contentType()); in encode()
72 builder.append("Content-Length").append(COLSP).append(Utf8.encodedLength(content())); in encode()