Searched defs:encode (Results 1 - 12 of 12) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapbMessageEmail.java63 public byte[] encode() throws UnsupportedEncodingException method in class:BluetoothMapbMessageEmail
H A DBluetoothMapbMessageSms.java71 public byte[] encode() throws UnsupportedEncodingException method in class:BluetoothMapbMessageSms
H A DBluetoothMapMessageListing.java87 public byte[] encode(boolean includeThreadId) throws UnsupportedEncodingException { method in class:BluetoothMapMessageListing
98 element.encode(xmlMsgElement, includeThreadId); // Append the list element
H A DBluetoothMapFolderElement.java220 public byte[] encode(int offset, int count) throws UnsupportedEncodingException { method in class:BluetoothMapFolderElement
H A DBluetoothMapMessageListingElement.java256 public void encode(XmlSerializer xmlMsgElement, boolean includeThreadId) throws IllegalArgumentException, IllegalStateException, IOException method in class:BluetoothMapMessageListingElement
H A DBluetoothMapbMessage.java179 public void encode(StringBuilder sb) method in class:BluetoothMapbMessage.vCard
694 public abstract byte[] encode() throws UnsupportedEncodingException; method in class:BluetoothMapbMessage
851 element.encode(sb);
861 element.encode(sb);
H A DBluetoothMapbMessageMms.java76 public void encode(StringBuilder sb, String boundaryTag, boolean last) throws UnsupportedEncodingException { method in class:BluetoothMapbMessageMms.MimePart
310 * @param addresses the reformatted address substrings to encode.
314 /* TODO: Do we need to encode the addresses if they contain illegal characters?
414 * including Base64 and Quoted Printables - hence it is possible to encode non-us-ascii
439 part.encodePlainText(sb); /* We call encode on all parts, to include a tag, where an attachment is missing. */
444 part.encode(sb, getBoundary(), (count == parts.size()));
803 public byte[] encode() throws UnsupportedEncodingException { method in class:BluetoothMapbMessageMms
H A DBluetoothMapContentObserver.java276 public byte[] encode() throws UnsupportedEncodingException { method in class:BluetoothMapContentObserver.Event
447 mMnsClient.sendEvent(evt.encode(), mMasId);
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/content/
H A Dprobability_entry.h73 uint64_t encode(const bool hasHistoricalInfo) const { function in class:latinime::ProbabilityEntry
/packages/apps/Exchange/src/com/android/exchange/utility/
H A DUriCodec.java48 * <p>By default, UTF-8 is used to encode escaped characters. A single input
149 public final String encode(String s, Charset charset) { method in class:UriCodec
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/codec/
H A DEncoderUtil.java117 * display-name to encode.
143 * the local part to encode
185 * text to encode.
253 * The charset to encode the specified text into a byte array and the
260 * text to encode.
277 * The charset to encode the specified text into a byte array and the
281 * text to encode.
302 * text to encode.
309 * the Java charset that should be used to encode the specified
336 byte[] bytes = encode(tex
584 private static byte[] encode(String text, Charset charset) { method in class:EncoderUtil
[all...]
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
H A DUtility.java293 private static byte[] encode(Charset charset, String s) { method in class:Utility
297 final ByteBuffer buffer = charset.encode(CharBuffer.wrap(s));
313 return encode(UTF_8, s);
323 return encode(ASCII, s);

Completed in 563 milliseconds