Home | History | Annotate | Download | only in phone

Lines Matching full:phonetype

1234                     int phoneType = mPhone.getPhoneType();
1235 if (phoneType == Phone.PHONE_TYPE_CDMA) {
1239 } else if (phoneType == Phone.PHONE_TYPE_GSM) {
1244 throw new IllegalStateException("Unexpected phone type: " + phoneType);
1351 int phoneType = mPhone.getPhoneType();
1353 if (phoneType == Phone.PHONE_TYPE_CDMA) {