/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
H A D | BluetoothMapbMessageEmail.java | 63 public byte[] encode() throws UnsupportedEncodingException method in class:BluetoothMapbMessageEmail
|
H A D | BluetoothMapbMessageSms.java | 71 public byte[] encode() throws UnsupportedEncodingException method in class:BluetoothMapbMessageSms
|
H A D | BluetoothMapMessageListing.java | 87 public byte[] encode(boolean includeThreadId) throws UnsupportedEncodingException { method in class:BluetoothMapMessageListing 98 element.encode(xmlMsgElement, includeThreadId); // Append the list element
|
H A D | BluetoothMapFolderElement.java | 220 public byte[] encode(int offset, int count) throws UnsupportedEncodingException { method in class:BluetoothMapFolderElement
|
H A D | BluetoothMapMessageListingElement.java | 256 public void encode(XmlSerializer xmlMsgElement, boolean includeThreadId) throws IllegalArgumentException, IllegalStateException, IOException method in class:BluetoothMapMessageListingElement
|
H A D | BluetoothMapbMessage.java | 179 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 D | BluetoothMapbMessageMms.java | 76 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 D | BluetoothMapContentObserver.java | 276 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 D | probability_entry.h | 73 uint64_t encode(const bool hasHistoricalInfo) const { function in class:latinime::ProbabilityEntry
|
/packages/apps/Exchange/src/com/android/exchange/utility/ |
H A D | UriCodec.java | 48 * <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 D | EncoderUtil.java | 117 * 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 D | Utility.java | 293 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);
|