Home
last modified time | relevance | path

Searched refs:SMS_TYPE_CDMA (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapSmsPdu.java45 public static final int SMS_TYPE_CDMA = 2; field in BluetoothMapSmsPdu
540 phoneType = (activePhone == PHONE_TYPE_CDMA) ? SMS_TYPE_CDMA : SMS_TYPE_GSM; in getSubmitPdus()
591 if (currentPdu.getType() == SMS_TYPE_CDMA) { in getDeliverPdus()
609 if (type == SMS_TYPE_CDMA) { in decodePdu()
H A DBluetoothMapbMessageSms.java65 mType == TYPE.SMS_CDMA ? BluetoothMapSmsPdu.SMS_TYPE_CDMA in parseMsgPart()