HomeSort by relevance Sort by last modified time
    Searched refs:SMS_TYPE_GSM (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageSms.java 66 : BluetoothMapSmsPdu.SMS_TYPE_GSM);
BluetoothMapSmsPdu.java 45 public static final int SMS_TYPE_GSM = 1;
464 if (mType == SMS_TYPE_GSM) {
532 phoneType = (activePhone == PHONE_TYPE_CDMA) ? SMS_TYPE_CDMA : SMS_TYPE_GSM;
575 if (phoneType == SMS_TYPE_GSM) {
623 } else { /* SMS_TYPE_GSM */
677 SmsPdu pdu = new SmsPdu(gsmStripOffScAddress(data), SMS_TYPE_GSM);
    [all...]

Completed in 141 milliseconds