Searched defs:encode (Results 1 – 10 of 10) sorted by relevance
71 public byte[] encode() throws UnsupportedEncodingException in encode() method in BluetoothMapbMessageSms
75 public byte[] encode() throws UnsupportedEncodingException { in encode() method in BluetoothMapMessageListing
96 public byte[] encode(int offset, int count) throws UnsupportedEncodingException { in encode() method in BluetoothMapFolderElement
47 …public void encode(StringBuilder sb, String boundaryTag, boolean last) throws UnsupportedEncodingE… in encode() method in BluetoothMapbMessageMmsEmail.MimePart634 public byte[] encode() throws UnsupportedEncodingException { in encode() method in BluetoothMapbMessageMmsEmail
160 public void encode(StringBuilder sb) in encode() method in BluetoothMapbMessage.vCard665 public abstract byte[] encode() throws UnsupportedEncodingException; in encode() method in BluetoothMapbMessage
219 …public void encode(XmlSerializer xmlMsgElement) throws IllegalArgumentException, IllegalStateExcep… in encode() method in BluetoothMapMessageListingElement
191 public byte[] encode() throws UnsupportedEncodingException { in encode() method in BluetoothMapContentObserver.Event
149 public final String encode(String s, Charset charset) { in encode() method in UriCodec
373 private static byte[] encode(Charset charset, String s) { in encode() method in Utility
584 private static byte[] encode(String text, Charset charset) { in encode() method in EncoderUtil