Home | History | Annotate | Download | only in phone

Lines Matching defs:phoneType

285                     int phoneType = phone.getPhoneType();
286 if (phoneType == PhoneConstants.PHONE_TYPE_CDMA) {
290 } else if (phoneType == PhoneConstants.PHONE_TYPE_GSM) {
294 throw new IllegalStateException("Unexpected phone type: " + phoneType);