Searched refs:BluetoothMapbMessage (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/ |
D | BluetoothMapbMessageTest.java | 22 import com.android.bluetooth.map.BluetoothMapbMessage; 266 …BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_NATIVE); in testSmsEncodeDecodeNativeSubmitPdu() 327 …BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_NATIVE); in testSmsEncodeDecodeNativeSubmitPduWithSc() 359 … BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_UTF8); in testFolderLengthTruncation() 410 …BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_NATIVE); in testSmsMultipartDecode()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapbMessage.java | 33 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()
|
D | BluetoothMapbMessageEmail.java | 34 public class BluetoothMapbMessageEmail extends BluetoothMapbMessage {
|
D | BluetoothMapbMessageSms.java | 25 public class BluetoothMapbMessageSms extends BluetoothMapbMessage {
|
D | BluetoothMapObexServer.java | 472 BluetoothMapbMessage message; in pushMessage() 475 message = BluetoothMapbMessage.parse(bMsgStream, appParams.getCharset()); in pushMessage()
|
D | BluetoothMapContentObserver.java | 1163 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()
|
D | BluetoothMapbMessageMms.java | 32 public class BluetoothMapbMessageMms extends BluetoothMapbMessage {
|
D | BluetoothMapContent.java | 1556 …private String setVCardFromPhoneNumber(BluetoothMapbMessage message, String phone, boolean incomin… in setVCardFromPhoneNumber()
|