Home | History | Annotate | Download | only in phone

Lines Matching defs:phoneType

359         int phoneType = ringing.getPhone().getPhoneType();
629 int phoneType = phone.getPhoneType();
640 if (phoneType == PhoneConstants.PHONE_TYPE_CDMA) {
770 int phoneType = cm.getFgPhone().getPhoneType();
771 if (phoneType == PhoneConstants.PHONE_TYPE_CDMA) {
1319 int phoneType = call.getPhone().getPhoneType();
1320 if (phoneType == PhoneConstants.PHONE_TYPE_CDMA) {
1322 } else if ((phoneType == PhoneConstants.PHONE_TYPE_GSM)
1323 || (phoneType == PhoneConstants.PHONE_TYPE_SIP)
1324 || (phoneType == PhoneConstants.PHONE_TYPE_IMS)
1325 || (phoneType == PhoneConstants.PHONE_TYPE_THIRD_PARTY)) {
1328 throw new IllegalStateException("Unexpected phone type: " + phoneType);
1422 int phoneType = c.getCall().getPhone().getPhoneType();
1423 log("- phoneType: " + phoneType);
1424 switch (phoneType) {
1712 int phoneType = call.getPhone().getPhoneType();
1713 if (phoneType == PhoneConstants.PHONE_TYPE_CDMA) {
1995 int phoneType = cm.getDefaultPhone().getPhoneType();
1996 if (phoneType == PhoneConstants.PHONE_TYPE_CDMA) {
2002 } else if ((phoneType == PhoneConstants.PHONE_TYPE_GSM)
2003 || (phoneType == PhoneConstants.PHONE_TYPE_SIP)
2004 || (phoneType == PhoneConstants.PHONE_TYPE_IMS)
2005 || (phoneType == PhoneConstants.PHONE_TYPE_THIRD_PARTY)) {
2015 throw new IllegalStateException("Unexpected phone type: " + phoneType);
2024 int phoneType = cm.getFgPhone().getPhoneType();
2025 if (phoneType == PhoneConstants.PHONE_TYPE_CDMA) {
2054 int phoneType = phone.getPhoneType();
2056 if (phoneType == PhoneConstants.PHONE_TYPE_CDMA) {
2063 } else if ((phoneType == PhoneConstants.PHONE_TYPE_GSM)
2064 || (phoneType == PhoneConstants.PHONE_TYPE_SIP)
2065 || (phoneType == PhoneConstants.PHONE_TYPE_IMS)
2066 || (phoneType == PhoneConstants.PHONE_TYPE_THIRD_PARTY)) {
2083 throw new IllegalStateException("Unexpected phone type: " + phoneType);