Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapbMessageEmail.java56 public byte[] encode() throws UnsupportedEncodingException { in encode() method in BluetoothMapbMessageEmail
DBluetoothMapbMessageSms.java78 public byte[] encode() throws UnsupportedEncodingException { in encode() method in BluetoothMapbMessageSms
DBluetoothMapMessageListing.java91 public byte[] encode(boolean includeThreadId, String version) in encode() method in BluetoothMapMessageListing
DBluetoothMapConvoListing.java92 public byte[] encode() throws UnsupportedEncodingException { in encode() method in BluetoothMapConvoListing
DBluetoothMapbMessageMime.java80 public void encode(StringBuilder sb, String boundaryTag, boolean last) in encode() method in BluetoothMapbMessageMime.MimePart
815 public byte[] encode() throws UnsupportedEncodingException { in encode() method in BluetoothMapbMessageMime
DBluetoothMapbMessage.java213 public void encode(StringBuilder sb) { in encode() method in BluetoothMapbMessage.VCard
809 public abstract byte[] encode() throws UnsupportedEncodingException; in encode() method in BluetoothMapbMessage
DBluetoothMapConvoListingElement.java261 public void encode(XmlSerializer xmlConvoElement) in encode() method in BluetoothMapConvoListingElement
DBluetoothMapConvoContactElement.java196 public void encode(XmlSerializer xmlConvoElement) in encode() method in BluetoothMapConvoContactElement
DBluetoothMapFolderElement.java267 public byte[] encode(int offset, int count) throws UnsupportedEncodingException { in encode() method in BluetoothMapFolderElement
DBluetoothMapMessageListingElement.java269 public void encode(XmlSerializer xmlMsgElement, boolean includeThreadId) in encode() method in BluetoothMapMessageListingElement
DBluetoothMapContentObserver.java717 public byte[] encode() throws UnsupportedEncodingException { in encode() method in BluetoothMapContentObserver.Event
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/utils/
DUtility.java55 private static byte[] encode(Charset charset, String s) { in encode() method in Utility
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
Dprobability_entry.h100 uint64_t encode(const bool hasHistoricalInfo) const { in encode() function
/packages/apps/TV/src/com/android/tv/data/
DWatchedHistoryManager.java283 String encode(WatchedRecord record) { in encode() method in WatchedHistoryManager
/packages/services/Car/service/src/com/android/car/
DBluetoothProfileInhibitManager.java134 public String encode() { in encode() method in BluetoothProfileInhibitManager.BluetoothConnection
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
DUtility.java293 private static byte[] encode(Charset charset, String s) { in encode() method in Utility
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/codec/
DEncoderUtil.java584 private static byte[] encode(String text, Charset charset) { in encode() method in EncoderUtil