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 …]
690 Phone activePhone = getActiveFgCall().getPhone(); in acceptCall() local691 boolean hasBgCall = ! (activePhone.getBackgroundCall().isIdle()); in acceptCall()692 boolean sameChannel = (activePhone == ringingPhone); in acceptCall()701 activePhone.switchHoldingAndActive(); in acceptCall()760 Phone activePhone = null; in switchHoldingAndActive() local769 activePhone = getActiveFgCall().getPhone(); in switchHoldingAndActive()776 if (activePhone != null) { in switchHoldingAndActive()777 activePhone.switchHoldingAndActive(); in switchHoldingAndActive()780 if (heldPhone != null && heldPhone != activePhone) { in switchHoldingAndActive()833 Phone activePhone = null; in canConference() local[all …]
1200 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType(); in isCurrentFormat3gpp2() local1201 return (PHONE_TYPE_CDMA == activePhone); in isCurrentFormat3gpp2()
169 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType(); in createFromPdu() local170 String format = (PHONE_TYPE_CDMA == activePhone) ? in createFromPdu()176 format = (PHONE_TYPE_CDMA == activePhone) ? in createFromPdu()766 int activePhone = TelephonyManager.getDefault().getCurrentPhoneType(); in isCdmaVoice() local767 return (PHONE_TYPE_CDMA == activePhone); in isCdmaVoice()
564 int activePhone = TelephonyManager.getDefault().getPhoneType(); in callGsmLengthMethods() local565 if (TelephonyManager.PHONE_TYPE_GSM == activePhone) { in callGsmLengthMethods()586 int activePhone = TelephonyManager.getDefault().getPhoneType(); in callCdmaLengthMethods() local587 if (TelephonyManager.PHONE_TYPE_CDMA == activePhone) { in callCdmaLengthMethods()