Home | History | Annotate | Download | only in phone

Lines Matching full:phonetype

938         int phoneType = mPhone.getPhoneType();
939 if (phoneType == Phone.PHONE_TYPE_GSM) {
941 } else if (phoneType == Phone.PHONE_TYPE_CDMA) {
944 throw new IllegalStateException("Unexpected phone type: " + phoneType);
952 int phoneType = mPhone.getPhoneType();
953 if (phoneType == Phone.PHONE_TYPE_GSM) {
955 } else if (phoneType == Phone.PHONE_TYPE_CDMA) {
961 throw new IllegalStateException("Unexpected phone type: " + phoneType);