Home
last modified time | relevance | path

Searched refs:BluetoothMapSmsPdu (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapbMessageSms.java20 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()
H A DBluetoothMapSmsPdu.java39 public class BluetoothMapSmsPdu { class
H A DBluetoothMapContent.java3710 BluetoothMapSmsPdu.getDeliverPdus(mContext, msgBody, phone, time)); in getSmsMessage()
3713 BluetoothMapSmsPdu.getSubmitPdus(mContext, msgBody, phone)); in getSmsMessage()