Searched refs:isPhoneTypeGsm (Results 1 – 8 of 8) sorted by relevance
457 if (isPhoneTypeGsm()) { in initRatSpecific()517 public boolean isPhoneTypeGsm() { in isPhoneTypeGsm() method in GsmCdmaPhone657 if (isPhoneTypeGsm()) { in updateVoiceMail()703 (isPhoneTypeGsm() && !apnType.equals(ApnSetting.TYPE_EMERGENCY_STRING)))) { in getDataConnectionState()805 if (isPhoneTypeGsm()) { in isInEmergencyCall()814 if (!isPhoneTypeGsm()) { in setIsInEmergencyCall()927 if (!isPhoneTypeGsm() && r == null) { in getIccSerialNumber()937 if (!isPhoneTypeGsm() && r == null) { in getFullIccSerialNumber()949 if (isPhoneTypeGsm()) { in canConference()968 if (isPhoneTypeGsm()) { in conference()[all …]
180 if (mPhone.isPhoneTypeGsm()) { in updatePhoneType()551 if (isPhoneTypeGsm()) { in dial()599 if (isPhoneTypeGsm()) { in acceptCall()641 if (isPhoneTypeGsm()) { in switchWaitingOrHoldingAndActive()659 if (isPhoneTypeGsm()) { in conference()710 if (isPhoneTypeGsm() in checkForDialIssues()715 if (!isPhoneTypeGsm() in checkForDialIssues()732 if (isPhoneTypeGsm()) { in canTransfer()898 if (!isPhoneTypeGsm() && mPhone.isEcmCanceledForEmergency()) { in handlePollCalls()941 if (isPhoneTypeGsm()) { in handlePollCalls()[all …]
175 if (!isPhoneTypeGsm()) { in GsmCdmaConnection()208 if (isPhoneTypeGsm()) { in GsmCdmaConnection()337 if (isPhoneTypeGsm() && mOrigConnection != null) return true; in compareTo()589 if (isPhoneTypeGsm()) { in disconnectCauseFromCode()599 if (isPhoneTypeGsm()) { in disconnectCauseFromCode()684 if (isPhoneTypeGsm() && mOrigConnection != null) { in update()859 if (!isPhoneTypeGsm()) { in processPostDialChar()875 isPhoneTypeGsm() ? PAUSE_DELAY_MILLIS_GSM: PAUSE_DELAY_MILLIS_CDMA); in processPostDialChar()891 if (!isPhoneTypeGsm() && !TextUtils.isEmpty(subStr)) { in getRemainingPostDialString()1189 private boolean isPhoneTypeGsm() { in isPhoneTypeGsm() method in GsmCdmaConnection
812 if (mPhone.isPhoneTypeGsm()) { in updatePhoneType()1358 if(!mPhone.isPhoneTypeGsm() && in handleMessage()1415 if (mPhone.isPhoneTypeGsm()) { in handleMessage()1460 if (mPhone.isPhoneTypeGsm()) { in handleMessage()1510 if (mPhone.isPhoneTypeGsm() && mSS != null && in handleMessage()1524 if (mPhone.isPhoneTypeGsm()) { in handleMessage()1605 if (!mPhone.isPhoneTypeGsm()) { in handleMessage()1646 if (!mPhone.isPhoneTypeGsm()) { in handleMessage()1948 if(mPhone.isPhoneTypeGsm()) { in getOtasp()2062 if (mPhone.isPhoneTypeGsm()) { in handlePollStateResult()[all …]
1003 doReturn(false).when(mPhone).isPhoneTypeGsm(); in testUpdatePhoneType()1027 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testUpdatePhoneType()1050 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndUnregForVoiceRoamingOn()1087 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndUnregForVoiceRoamingOff()1097 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndUnregForVoiceRoamingOff()1136 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndUnregForDataRoamingOn()1173 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndUnregForDataRoamingOff()1183 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndUnregForDataRoamingOff()1220 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndInvalidregForDataConnAttach()1268 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndUnregForDataConnAttach()[all …]
81 doReturn(true).when(mPhone).isPhoneTypeGsm(); in setUp()
161 assertTrue(mPhoneUT.isPhoneTypeGsm()); in testPhoneTypeSwitch()345 doReturn(true).when(spyPhone).isPhoneTypeGsm(); in testGetSubscriberIdForGsmPhone()363 doReturn(false).when(spyPhone).isPhoneTypeGsm(); in testGetSubscriberIdForCdmaLtePhone()378 doReturn(false).when(spyPhone).isPhoneTypeGsm(); in testGetSubscriberIdForCdmaPhone()
557 doReturn(true).when(mPhone).isPhoneTypeGsm(); in setUp()618 return (mPhone.isPhoneTypeGsm()) ? mSimRecords : mRuimRecords; in setUp()