Searched defs:encode (Results 1 - 18 of 18) 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.java91 public byte[] encode(boolean includeThreadId, String version) throws UnsupportedEncodingException { method in class:BluetoothMapMessageListing
102 element.encode(xmlMsgElement, includeThreadId); // Append the list element
H A DBluetoothMapConvoListing.java94 public byte[] encode() throws UnsupportedEncodingException { method in class:BluetoothMapConvoListing
106 element.encode(xmlConvoElement); // Append the list element
H A DBluetoothMapFolderElement.java253 public byte[] encode(int offset, int count) throws UnsupportedEncodingException { method in class:BluetoothMapFolderElement
H A DBluetoothMapConvoContactElement.java196 public void encode(XmlSerializer xmlConvoElement) method in class:BluetoothMapConvoContactElement
H A DBluetoothMapConvoListingElement.java245 public void encode(XmlSerializer xmlConvoElement) method in class:BluetoothMapConvoListingElement
273 contact.encode(xmlConvoElement);
H A DBluetoothMapMessageListingElement.java271 public void encode(XmlSerializer xmlMsgElement, boolean includeThreadId) method in class:BluetoothMapMessageListingElement
H A DBluetoothMapbMessage.java209 public void encode(StringBuilder sb) method in class:BluetoothMapbMessage.vCard
799 public abstract byte[] encode() throws UnsupportedEncodingException; method in class:BluetoothMapbMessage
986 element.encode(sb);
996 element.encode(sb);
H A DBluetoothMapbMessageMime.java78 public void encode(StringBuilder sb, String boundaryTag, boolean last) method in class:BluetoothMapbMessageMime.MimePart
326 * @param addresses the reformatted address substrings to encode.
330 /* TODO: Do we need to encode the addresses if they contain illegal characters?
433 * including Base64 and Quoted Printables - hence it is possible to encode non-us-ascii
458 /* We call encode on all parts, to include a tag,
465 part.encode(sb, getBoundary(), (count == parts.size()));
741 public byte[] encode() throws UnsupportedEncodingException { method in class:BluetoothMapbMessageMime
H A DBluetoothMapContentObserver.java703 public byte[] encode() throws UnsupportedEncodingException { method in class:BluetoothMapContentObserver.Event
1135 mMnsClient.sendEvent(evt.encode(), mMasId);
/packages/services/Telephony/src/com/android/phone/common/mail/utils/
H A DUtility.java51 return encode(ASCII, s);
59 private static byte[] encode(Charset charset, String s) { method in class:Utility
63 final ByteBuffer buffer = charset.encode(CharBuffer.wrap(s));
/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/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
H A Dprobability_entry.h100 uint64_t encode(const bool hasHistoricalInfo) const { function in class:latinime::ProbabilityEntry
/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/services/Telephony/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);
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 420 milliseconds