Searched refs:SMS_TYPE_CDMA (Results 1 – 2 of 2) sorted by relevance
45 public static final int SMS_TYPE_CDMA = 2; field in BluetoothMapSmsPdu540 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()
65 mType == TYPE.SMS_CDMA ? BluetoothMapSmsPdu.SMS_TYPE_CDMA in parseMsgPart()