Searched refs:BluetoothMapbMessage (Results 1 – 8 of 8) sorted by relevance
18 import com.android.bluetooth.map.BluetoothMapbMessage;280 …BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_NATIVE); in testSmsEncodeDecodeNativeSubmitPdu()341 …BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_NATIVE); in testSmsEncodeDecodeNativeSubmitPduWithSc()373 … BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_UTF8); in testFolderLengthTruncation()424 …BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_NATIVE); in testSmsMultipartDecode()
33 public abstract class BluetoothMapbMessage { class461 public BluetoothMapbMessage(){ in BluetoothMapbMessage() method in BluetoothMapbMessage476 public static BluetoothMapbMessage parse(InputStream bMsgStream, in parse()480 BluetoothMapbMessage newBMsg = null; in parse()
34 public class BluetoothMapbMessageEmail extends BluetoothMapbMessage {
25 public class BluetoothMapbMessageSms extends BluetoothMapbMessage {
32 public class BluetoothMapbMessageMime extends BluetoothMapbMessage {
583 BluetoothMapbMessage message; in pushMessage()586 message = BluetoothMapbMessage.parse(bMsgStream, appParams.getCharset()); in pushMessage()
2432 public long pushMessage(BluetoothMapbMessage msg, BluetoothMapFolderElement folderElement, in pushMessage()2436 ArrayList<BluetoothMapbMessage.vCard> recipientList = msg.getRecipients(); in pushMessage()2510 for (BluetoothMapbMessage.vCard recipient : recipientList) { in pushMessage()
3325 private String setVCardFromPhoneNumber(BluetoothMapbMessage message, in setVCardFromPhoneNumber()