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.java18 import com.android.bluetooth.map.BluetoothMapbMessage;
280BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_NATIVE); in testSmsEncodeDecodeNativeSubmitPdu()
341BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_NATIVE); in testSmsEncodeDecodeNativeSubmitPduWithSc()
373BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_UTF8); in testFolderLengthTruncation()
424BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_NATIVE); in testSmsMultipartDecode()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapbMessage.java33 public abstract class BluetoothMapbMessage { class
461 public BluetoothMapbMessage(){ in BluetoothMapbMessage() method in BluetoothMapbMessage
476 public static BluetoothMapbMessage parse(InputStream bMsgStream, in parse()
480 BluetoothMapbMessage newBMsg = null; in parse()
DBluetoothMapbMessageEmail.java34 public class BluetoothMapbMessageEmail extends BluetoothMapbMessage {
DBluetoothMapbMessageSms.java25 public class BluetoothMapbMessageSms extends BluetoothMapbMessage {
DBluetoothMapbMessageMime.java32 public class BluetoothMapbMessageMime extends BluetoothMapbMessage {
DBluetoothMapObexServer.java583 BluetoothMapbMessage message; in pushMessage()
586 message = BluetoothMapbMessage.parse(bMsgStream, appParams.getCharset()); in pushMessage()
DBluetoothMapContentObserver.java2432 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()
DBluetoothMapContent.java3325 private String setVCardFromPhoneNumber(BluetoothMapbMessage message, in setVCardFromPhoneNumber()