Searched refs:isPhoneTypeGsm (Results 1 – 8 of 8) sorted by relevance
301 if (isPhoneTypeGsm()) { in initRatSpecific()376 public boolean isPhoneTypeGsm() { in isPhoneTypeGsm() method in GsmCdmaPhone439 if (isPhoneTypeGsm()) { in getCellLocation()492 if (isPhoneTypeGsm()) { in updateVoiceMail()527 (isPhoneTypeGsm() && !apnType.equals(PhoneConstants.APN_TYPE_EMERGENCY)))) { in getDataConnectionState()623 if (isPhoneTypeGsm()) { in isInEmergencyCall()632 if (!isPhoneTypeGsm()) { in setIsInEmergencyCall()726 if (!isPhoneTypeGsm() && r == null) { in getIccSerialNumber()736 if (!isPhoneTypeGsm() && r == null) { in getFullIccSerialNumber()748 if (isPhoneTypeGsm()) { in canConference()[all …]
170 if (mPhone.isPhoneTypeGsm()) { in updatePhoneType()499 if (isPhoneTypeGsm()) { in dial()529 if (isPhoneTypeGsm()) { in acceptCall()570 if (isPhoneTypeGsm()) { in switchWaitingOrHoldingAndActive()588 if (isPhoneTypeGsm()) { in conference()626 || (!isPhoneTypeGsm() in canDial()652 if (isPhoneTypeGsm()) { in canTransfer()815 if (!isPhoneTypeGsm() && mIsEcmTimerCanceled) { in handlePollCalls()852 if (isPhoneTypeGsm()) { in handlePollCalls()871 if (isPhoneTypeGsm()) { in handlePollCalls()[all …]
158 if (isPhoneTypeGsm()) { in GsmCdmaConnection()183 if (isPhoneTypeGsm()) { in GsmCdmaConnection()307 if (isPhoneTypeGsm() && mOrigConnection != null) return true; in compareTo()541 if (isPhoneTypeGsm()) { in disconnectCauseFromCode()551 if (isPhoneTypeGsm()) { in disconnectCauseFromCode()635 if (isPhoneTypeGsm() && mOrigConnection != null) { in update()784 if (!isPhoneTypeGsm()) { in processPostDialChar()800 isPhoneTypeGsm() ? PAUSE_DELAY_MILLIS_GSM: PAUSE_DELAY_MILLIS_CDMA); in processPostDialChar()816 if (!isPhoneTypeGsm() && !TextUtils.isEmpty(subStr)) { in getRemainingPostDialString()1104 private boolean isPhoneTypeGsm() { in isPhoneTypeGsm() method in GsmCdmaConnection
428 if (!mPhone.isPhoneTypeGsm()) {611 if (mPhone.isPhoneTypeGsm()) { in updatePhoneType()907 if (mPhone.isPhoneTypeGsm()) { in processCellLocationInfo()1101 if(!mPhone.isPhoneTypeGsm() && in handleMessage()1156 if (mPhone.isPhoneTypeGsm()) { in handleMessage()1201 if (mPhone.isPhoneTypeGsm()) { in handleMessage()1248 if (mPhone.isPhoneTypeGsm() && mSS != null && in handleMessage()1263 if (mPhone.isPhoneTypeGsm()) { in handleMessage()1350 if (!mPhone.isPhoneTypeGsm()) { in handleMessage()1391 if (!mPhone.isPhoneTypeGsm()) { in handleMessage()[all …]
430 doReturn(false).when(mPhone).isPhoneTypeGsm(); in testSignalStrength()646 doReturn(false).when(mPhone).isPhoneTypeGsm(); in testUpdatePhoneType()670 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testUpdatePhoneType()693 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndUnregForVoiceRoamingOn()730 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndUnregForVoiceRoamingOff()740 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndUnregForVoiceRoamingOff()779 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndUnregForDataRoamingOn()816 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndUnregForDataRoamingOff()826 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndUnregForDataRoamingOff()863 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndInvalidregForDataConnAttach()[all …]
152 assertTrue(mPhoneUT.isPhoneTypeGsm()); in testPhoneTypeSwitch()168 assertTrue(mPhoneUT.isPhoneTypeGsm()); in testHandleActionCarrierConfigChanged()196 doReturn(true).when(spyPhone).isPhoneTypeGsm(); in testGetSubscriberIdForGsmPhone()214 doReturn(false).when(spyPhone).isPhoneTypeGsm(); in testGetSubscriberIdForCdmaLtePhone()229 doReturn(false).when(spyPhone).isPhoneTypeGsm(); in testGetSubscriberIdForCdmaPhone()
386 doReturn(true).when(mPhone).isPhoneTypeGsm(); in setUp()428 return (mPhone.isPhoneTypeGsm()) ? mSimRecords : mRuimRecords; in setUp()
39806 HSPLcom/android/internal/telephony/GsmCdmaCallTracker;->isPhoneTypeGsm()Z39856 HSPLcom/android/internal/telephony/GsmCdmaPhone;->isPhoneTypeGsm()Z