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

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageSms.java 60 mType == TYPE.SMS_CDMA ? BluetoothMapSmsPdu.SMS_TYPE_CDMA
BluetoothMapSmsPdu.java 52 public static int SMS_TYPE_CDMA = 2;
453 } else /* SMS_TYPE_CDMA */ {
500 phoneType = (activePhone == PHONE_TYPE_CDMA) ? SMS_TYPE_CDMA : SMS_TYPE_GSM;
547 } else { // SMS_TYPE_CDMA
587 if(currentPdu.getType() == SMS_TYPE_CDMA){
605 if(type == SMS_TYPE_CDMA) {
    [all...]

Completed in 433 milliseconds