Home | History | Annotate | Download | only in phone

Lines Matching full:phonetype

388                     int phoneType = mPhone.getPhoneType();
389 if (phoneType == Phone.PHONE_TYPE_CDMA) {
391 } else if (phoneType == Phone.PHONE_TYPE_GSM) {
1037 int phoneType = mPhone.getPhoneType();
1038 if (phoneType == Phone.PHONE_TYPE_GSM) {
1047 } else if (phoneType == Phone.PHONE_TYPE_CDMA) {
1051 throw new IllegalStateException("Unexpected phone type: " + phoneType);
1056 if (phoneType == Phone.PHONE_TYPE_CDMA) {
1339 int phoneType = mPhone.getPhoneType();
1340 if (phoneType == Phone.PHONE_TYPE_CDMA) {
1364 } else if (phoneType == Phone.PHONE_TYPE_GSM) {
1404 throw new IllegalStateException("Unexpected phone type: " + phoneType);
2037 int phoneType = mPhone.getPhoneType();
2040 if (phoneType == Phone.PHONE_TYPE_CDMA) {
2058 if (phoneType == Phone.PHONE_TYPE_CDMA) {
2061 } else if (phoneType == Phone.PHONE_TYPE_GSM) {
2064 throw new IllegalStateException("Unexpected phone type: " + phoneType);
2074 if (phoneType == Phone.PHONE_TYPE_CDMA) {
2080 if (phoneType == Phone.PHONE_TYPE_CDMA) {
2366 int phoneType = mPhone.getPhoneType();
2367 if (phoneType == Phone.PHONE_TYPE_CDMA) {
2383 } else if (phoneType == Phone.PHONE_TYPE_GSM) {
2391 throw new IllegalStateException("Unexpected phone type: " + phoneType);
2418 int phoneType = mPhone.getPhoneType();
2420 if ((phoneType == Phone.PHONE_TYPE_CDMA)
2428 if ((phoneType == Phone.PHONE_TYPE_CDMA)
3512 int phoneType = mPhone.getPhoneType();
3513 if (phoneType == Phone.PHONE_TYPE_CDMA) {
3518 } else if (phoneType == Phone.PHONE_TYPE_GSM) {
3542 throw new IllegalStateException("Unexpected phone type: " + phoneType);