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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapbMessageEmail.java52 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.java90 public byte[] encode(boolean includeThreadId, String version) throws UnsupportedEncodingException { method in class:BluetoothMapMessageListing
101 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.java251 public byte[] encode(int offset, int count) throws UnsupportedEncodingException { method in class:BluetoothMapFolderElement
H A DBluetoothMapConvoContactElement.java195 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.java267 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
783 public abstract byte[] encode() throws UnsupportedEncodingException; method in class:BluetoothMapbMessage
970 element.encode(sb);
980 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.java732 public byte[] encode() throws UnsupportedEncodingException { method in class:BluetoothMapContentObserver.Event
1184 mMnsClient.sendEvent(evt.encode(), mMasId);
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/utils/
H A DUtility.java47 return encode(ASCII, s);
55 private static byte[] encode(Charset charset, String s) { method in class:Utility
59 final ByteBuffer buffer = charset.encode(CharBuffer.wrap(s));
/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/TV/src/com/android/tv/data/
H A DWatchedHistoryManager.java159 editor.putString(getSharedPreferencesKey(mLastIndex), encode(record));
189 .putString(getSharedPreferencesKey(mLastIndex), encode(record))
267 String encode(WatchedRecord record) { method in class:WatchedHistoryManager
/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);
/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 360 milliseconds