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 61 : BluetoothMapSmsPdu.SMS_TYPE_GSM);
BluetoothMapSmsPdu.java 51 public static int SMS_TYPE_GSM = 1;
437 if(mType == SMS_TYPE_GSM)
500 phoneType = (activePhone == PHONE_TYPE_CDMA) ? SMS_TYPE_CDMA : SMS_TYPE_GSM;
543 if(phoneType == SMS_TYPE_GSM){
589 } else { /* SMS_TYPE_GSM */
638 SmsPdu pdu = new SmsPdu(gsmStripOffScAddress(data), SMS_TYPE_GSM);
    [all...]

Completed in 61 milliseconds