Searched refs:activePhone (Results 1 – 5 of 5) sorted by relevance
153 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType(); in createFromPdu() local155 if (PHONE_TYPE_CDMA == activePhone) { in createFromPdu()171 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType(); in getTPLayerLengthForPDU() local173 if (PHONE_TYPE_CDMA == activePhone) { in getTPLayerLengthForPDU()245 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType(); in getSubmitPdu() local247 if (PHONE_TYPE_CDMA == activePhone) { in getSubmitPdu()272 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType(); in getSubmitPdu() local274 if (PHONE_TYPE_CDMA == activePhone) { in getSubmitPdu()303 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType(); in getSubmitPdu() local305 if (PHONE_TYPE_CDMA == activePhone) { in getSubmitPdu()[all …]
683 Phone activePhone = null; in canConference() local687 activePhone = getActiveFgCall().getPhone(); in canConference()694 return heldPhone.getClass().equals(activePhone.getClass()); in canConference()706 Phone activePhone = null; in canConference() local710 activePhone = getActiveFgCall(subId).getPhone(); in canConference()717 return heldPhone.getClass().equals(activePhone.getClass()); in canConference()794 Phone activePhone = getActiveFgCall(subId).getPhone(); in dial() local795 boolean hasBgCall = !(activePhone.getBackgroundCall().isIdle()); in dial()798 … Rlog.d(LOG_TAG, "hasBgCall: "+ hasBgCall + " sameChannel:" + (activePhone == phone)); in dial()804 if (activePhone != phone in dial()[all …]
1435 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType(); in isCurrentFormat3gpp2() local1436 return (PHONE_TYPE_CDMA == activePhone); in isCurrentFormat3gpp2()
557 int activePhone = TelephonyManager.getDefault().getPhoneType(); in callGsmLengthMethods() local558 if (TelephonyManager.PHONE_TYPE_GSM == activePhone) { in callGsmLengthMethods()579 int activePhone = TelephonyManager.getDefault().getPhoneType(); in callCdmaLengthMethods() local580 if (TelephonyManager.PHONE_TYPE_CDMA == activePhone) { in callCdmaLengthMethods()
205 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType(); in createFromPdu() local206 String format = (PHONE_TYPE_CDMA == activePhone) ? in createFromPdu()1066 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType(subId); in isCdmaVoice() local1067 return (PHONE_TYPE_CDMA == activePhone); in isCdmaVoice()