Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapbMessageSms.java71 public byte[] encode() throws UnsupportedEncodingException in encode() method in BluetoothMapbMessageSms
DBluetoothMapMessageListing.java75 public byte[] encode() throws UnsupportedEncodingException { in encode() method in BluetoothMapMessageListing
DBluetoothMapFolderElement.java96 public byte[] encode(int offset, int count) throws UnsupportedEncodingException { in encode() method in BluetoothMapFolderElement
DBluetoothMapbMessageMmsEmail.java47 …public void encode(StringBuilder sb, String boundaryTag, boolean last) throws UnsupportedEncodingE… in encode() method in BluetoothMapbMessageMmsEmail.MimePart
634 public byte[] encode() throws UnsupportedEncodingException { in encode() method in BluetoothMapbMessageMmsEmail
DBluetoothMapbMessage.java160 public void encode(StringBuilder sb) in encode() method in BluetoothMapbMessage.vCard
665 public abstract byte[] encode() throws UnsupportedEncodingException; in encode() method in BluetoothMapbMessage
DBluetoothMapMessageListingElement.java219 …public void encode(XmlSerializer xmlMsgElement) throws IllegalArgumentException, IllegalStateExcep… in encode() method in BluetoothMapMessageListingElement
DBluetoothMapContentObserver.java191 public byte[] encode() throws UnsupportedEncodingException { in encode() method in BluetoothMapContentObserver.Event
/packages/apps/Exchange/src/com/android/exchange/utility/
DUriCodec.java149 public final String encode(String s, Charset charset) { in encode() method in UriCodec
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
DUtility.java373 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