Home | History | Annotate | Download | only in map

Lines Matching defs:phoneType

483         int phoneType;
500 phoneType = (activePhone == PHONE_TYPE_CDMA) ? SMS_TYPE_CDMA : SMS_TYPE_GSM;
511 newPdu = new SmsPdu(data, encoding, phoneType, languageTable);
543 if(phoneType == SMS_TYPE_GSM){
560 newPdu = new SmsPdu(data, encoding, phoneType, languageTable);