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 type == TYPE.SMS_CDMA ? BluetoothMapSmsPdu.SMS_TYPE_CDMA
BluetoothMapSmsPdu.java 52 public static int SMS_TYPE_CDMA = 2;
442 } else /* SMS_TYPE_CDMA */ {
489 phoneType = (activePhone == PHONE_TYPE_CDMA) ? SMS_TYPE_CDMA : SMS_TYPE_GSM;
536 } else { // SMS_TYPE_CDMA
576 if(currentPdu.getType() == SMS_TYPE_CDMA){
587 if(pdu.getType() == SMS_TYPE_CDMA){
601 if(type == SMS_TYPE_CDMA) {

Completed in 62 milliseconds