Searched refs:isPhoneTypeGsm (Results 1 – 9 of 9) sorted by relevance
192 if (mPhone.isPhoneTypeGsm()) { in updatePhoneType()572 if (isPhoneTypeGsm()) { in dial()620 if (isPhoneTypeGsm()) { in acceptCall()662 if (isPhoneTypeGsm()) { in switchWaitingOrHoldingAndActive()680 if (isPhoneTypeGsm()) { in conference()731 if (isPhoneTypeGsm() in checkForDialIssues()736 if (!isPhoneTypeGsm() in checkForDialIssues()753 if (isPhoneTypeGsm()) { in canTransfer()919 if (!isPhoneTypeGsm() && mPhone.isEcmCanceledForEmergency()) { in handlePollCalls()962 if (isPhoneTypeGsm()) { in handlePollCalls()[all …]
591 if (isPhoneTypeGsm()) { in initRatSpecific()680 public boolean isPhoneTypeGsm() { in isPhoneTypeGsm() method in GsmCdmaPhone829 if (isPhoneTypeGsm()) { in updateVoiceMail()903 if (!hasCalling() || isPhoneTypeGsm()) { in isInEmergencyCall()912 if (!hasCalling() && !isPhoneTypeGsm()) { in setIsInEmergencyCall()1027 if (!isPhoneTypeGsm() && r == null) { in getIccSerialNumber()1037 if (!isPhoneTypeGsm() && r == null) { in getFullIccSerialNumber()1050 if (isPhoneTypeGsm()) { in canConference()1069 if (isPhoneTypeGsm()) { in conference()1079 if (isPhoneTypeGsm()) { in enableEnhancedVoicePrivacy()[all …]
178 if (!isPhoneTypeGsm()) { in GsmCdmaConnection()211 if (isPhoneTypeGsm()) { in GsmCdmaConnection()340 if (isPhoneTypeGsm() && mOrigConnection != null) return true; in compareTo()600 if (isPhoneTypeGsm()) { in disconnectCauseFromCode()610 if (isPhoneTypeGsm()) { in disconnectCauseFromCode()695 if (isPhoneTypeGsm() && mOrigConnection != null) { in update()872 if (!isPhoneTypeGsm()) { in processPostDialChar()888 isPhoneTypeGsm() ? PAUSE_DELAY_MILLIS_GSM: PAUSE_DELAY_MILLIS_CDMA); in processPostDialChar()904 if (!isPhoneTypeGsm() && !TextUtils.isEmpty(subStr)) { in getRemainingPostDialString()1202 private boolean isPhoneTypeGsm() { in isPhoneTypeGsm() method in GsmCdmaConnection
815 if (mPhone.isPhoneTypeGsm()) { in updatePhoneType()1341 if(!mPhone.isPhoneTypeGsm() && in handleMessage()1381 if (mPhone.isPhoneTypeGsm()) { in handleMessage()1414 if (mPhone.isPhoneTypeGsm()) { in handleMessage()1464 if (mPhone.isPhoneTypeGsm() && mSS != null && in handleMessage()1478 if (mPhone.isPhoneTypeGsm()) { in handleMessage()1569 if (!mPhone.isPhoneTypeGsm()) { in handleMessage()1610 if (!mPhone.isPhoneTypeGsm()) { in handleMessage()1860 if(mPhone.isPhoneTypeGsm()) { in getOtasp()1980 if (mPhone.isPhoneTypeGsm()) { in handlePollStateResult()[all …]
187 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testIsRoamingOverride_NonRoamingOperator()208 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testIsRoamingOverride_ForceHomeNetwork()228 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testIsRoamingOverride_RoamingOperator()249 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testIsRoamingOverride_NonRoamingGsmOperator()271 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testIsRoamingOverride_RoamingGsmOperator()292 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testIsRoamingOverride_HideRoamingIndicator()
1011 doReturn(false).when(mPhone).isPhoneTypeGsm(); in testUpdatePhoneType()1035 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testUpdatePhoneType()1058 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndUnregForVoiceRoamingOn()1094 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndUnregForVoiceRoamingOff()1104 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndUnregForVoiceRoamingOff()1143 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndUnregForDataRoamingOn()1180 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndUnregForDataRoamingOff()1190 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndUnregForDataRoamingOff()1227 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndInvalidregForDataConnAttach()1274 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndUnregForDataConnAttach()[all …]
81 doReturn(true).when(mPhone).isPhoneTypeGsm(); in setUp()
214 assertTrue(mPhoneUT.isPhoneTypeGsm()); in testPhoneTypeSwitch()401 doReturn(true).when(spyPhone).isPhoneTypeGsm(); in testGetSubscriberIdForGsmPhone()419 doReturn(false).when(spyPhone).isPhoneTypeGsm(); in testGetSubscriberIdForCdmaLtePhone()434 doReturn(false).when(spyPhone).isPhoneTypeGsm(); in testGetSubscriberIdForCdmaPhone()2639 assertTrue(mPhoneUT.isPhoneTypeGsm()); in getImei()
715 doReturn(true).when(mPhone).isPhoneTypeGsm(); in setUp()