Home | History | Annotate | Download | only in phone

Lines Matching full:phonetype

341         int phoneType = phone.getPhoneType();
343 if (phoneType == Phone.PHONE_TYPE_CDMA) {
363 } else if (phoneType == Phone.PHONE_TYPE_GSM) {
369 throw new IllegalStateException("Unexpected phone type: " + phoneType);
510 int phoneType = phone.getPhoneType();
514 if (phoneType == Phone.PHONE_TYPE_GSM) {
532 if (phoneType == Phone.PHONE_TYPE_CDMA) {
700 int phoneType = phone.getPhoneType();
709 if (phoneType == Phone.PHONE_TYPE_CDMA) {
712 } else if (phoneType == Phone.PHONE_TYPE_GSM) {
729 int phoneType = phone.getPhoneType();
730 if (phoneType == Phone.PHONE_TYPE_GSM) {
737 } else if (phoneType == Phone.PHONE_TYPE_CDMA) {
753 throw new IllegalStateException("Unexpected phone type: " + phoneType);
1239 int phoneType = app.phone.getPhoneType();
1240 if (phoneType == Phone.PHONE_TYPE_CDMA) {
1242 } else if (phoneType == Phone.PHONE_TYPE_GSM) {
1245 throw new IllegalStateException("Unexpected phone type: " + phoneType);
1541 int phoneType = app.phone.getPhoneType();
1542 if (phoneType == Phone.PHONE_TYPE_CDMA) {
1549 } else if (phoneType == Phone.PHONE_TYPE_GSM) {
1555 throw new IllegalStateException("Unexpected phone type: " + phoneType);
1902 int phoneType = phone.getPhoneType();
1903 if (phoneType == Phone.PHONE_TYPE_CDMA) {
1905 } else if (phoneType == Phone.PHONE_TYPE_GSM) {
1915 throw new IllegalStateException("Unexpected phone type: " + phoneType);
1995 int phoneType = phone.getPhoneType();
1996 if (phoneType == Phone.PHONE_TYPE_CDMA) {
2002 } else if (phoneType == Phone.PHONE_TYPE_GSM) {
2012 throw new IllegalStateException("Unexpected phone type: " + phoneType);
2021 int phoneType = phone.getPhoneType();
2022 if (phoneType == Phone.PHONE_TYPE_CDMA) {
2028 } else if (phoneType == Phone.PHONE_TYPE_GSM) {
2034 throw new IllegalStateException("Unexpected phone type: " + phoneType);
2043 int phoneType = phone.getPhoneType();
2045 if (phoneType == Phone.PHONE_TYPE_CDMA) {
2052 } else if (phoneType == Phone.PHONE_TYPE_GSM) {
2069 throw new IllegalStateException("Unexpected phone type: " + phoneType);