Home
last modified time | relevance | path

Searched refs:BluetoothMapbMessage (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DBluetoothMapbMessageTest.java22 import com.android.bluetooth.map.BluetoothMapbMessage;
266BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_NATIVE); in testSmsEncodeDecodeNativeSubmitPdu()
327BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_NATIVE); in testSmsEncodeDecodeNativeSubmitPduWithSc()
359BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_UTF8); in testFolderLengthTruncation()
410BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_NATIVE); in testSmsMultipartDecode()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapbMessage.java33 public abstract class BluetoothMapbMessage { class
390 public BluetoothMapbMessage(){ in BluetoothMapbMessage() method in BluetoothMapbMessage
394 …public static BluetoothMapbMessage parse(InputStream bMsgStream, int appParamCharset) throws Illeg… in parse()
397 BluetoothMapbMessage newBMsg = null; in parse()
DBluetoothMapbMessageEmail.java34 public class BluetoothMapbMessageEmail extends BluetoothMapbMessage {
DBluetoothMapbMessageSms.java25 public class BluetoothMapbMessageSms extends BluetoothMapbMessage {
DBluetoothMapObexServer.java472 BluetoothMapbMessage message; in pushMessage()
475 message = BluetoothMapbMessage.parse(bMsgStream, appParams.getCharset()); in pushMessage()
DBluetoothMapContentObserver.java1163 public long pushMessage(BluetoothMapbMessage msg, BluetoothMapFolderElement folderElement, in pushMessage()
1167 ArrayList<BluetoothMapbMessage.vCard> recipientList = msg.getRecipients(); in pushMessage()
1240 for (BluetoothMapbMessage.vCard recipient : recipientList) { in pushMessage()
DBluetoothMapbMessageMms.java32 public class BluetoothMapbMessageMms extends BluetoothMapbMessage {
DBluetoothMapContent.java1556 …private String setVCardFromPhoneNumber(BluetoothMapbMessage message, String phone, boolean incomin… in setVCardFromPhoneNumber()