Searched refs:BluetoothMapSmsPdu (Results 1 – 3 of 3) sorted by relevance
20 import com.android.bluetooth.map.BluetoothMapSmsPdu.SmsPdu;64 mSmsBody += BluetoothMapSmsPdu.decodePdu(msgBytes, in parseMsgPart()65 mType == TYPE.SMS_CDMA ? BluetoothMapSmsPdu.SMS_TYPE_CDMA in parseMsgPart()66 : BluetoothMapSmsPdu.SMS_TYPE_GSM); in parseMsgPart()
39 public class BluetoothMapSmsPdu { class
3710 BluetoothMapSmsPdu.getDeliverPdus(mContext, msgBody, phone, time)); in getSmsMessage()3713 BluetoothMapSmsPdu.getSubmitPdus(mContext, msgBody, phone)); in getSmsMessage()