Searched refs:isPhoneTypeGsm (Results 1 – 7 of 7) sorted by relevance
277 if (isPhoneTypeGsm()) { in initRatSpecific()352 public boolean isPhoneTypeGsm() { in isPhoneTypeGsm() method in GsmCdmaPhone415 if (isPhoneTypeGsm()) { in getCellLocation()468 if (isPhoneTypeGsm()) { in updateVoiceMail()504 (isPhoneTypeGsm() && !apnType.equals(PhoneConstants.APN_TYPE_EMERGENCY)))) { in getDataConnectionState()606 if (isPhoneTypeGsm()) { in isInEmergencyCall()615 if (!isPhoneTypeGsm()) { in setIsInEmergencyCall()622 if (isPhoneTypeGsm()) { in isInEcm()681 if (isPhoneTypeGsm() || isPhoneTypeCdmaLte()) { in setSystemProperty()734 if (!isPhoneTypeGsm() && r == null) { in getIccSerialNumber()[all …]
168 if (mPhone.isPhoneTypeGsm()) { in updatePhoneType()474 if (isPhoneTypeGsm()) { in dial()504 if (isPhoneTypeGsm()) { in acceptCall()545 if (isPhoneTypeGsm()) { in switchWaitingOrHoldingAndActive()563 if (isPhoneTypeGsm()) { in conference()601 || (!isPhoneTypeGsm() in canDial()627 if (isPhoneTypeGsm()) { in canTransfer()789 if (!isPhoneTypeGsm() && mIsEcmTimerCanceled) { in handlePollCalls()826 if (isPhoneTypeGsm()) { in handlePollCalls()845 if (isPhoneTypeGsm()) { in handlePollCalls()[all …]
155 if (isPhoneTypeGsm()) { in GsmCdmaConnection()177 if (isPhoneTypeGsm()) { in GsmCdmaConnection()294 if (isPhoneTypeGsm() && mOrigConnection != null) return true; in compareTo()498 if (isPhoneTypeGsm()) { in disconnectCauseFromCode()596 if (isPhoneTypeGsm() && mOrigConnection != null) { in update()735 if (!isPhoneTypeGsm()) { in processPostDialChar()751 isPhoneTypeGsm() ? PAUSE_DELAY_MILLIS_GSM: PAUSE_DELAY_MILLIS_CDMA); in processPostDialChar()767 if (!isPhoneTypeGsm() && !TextUtils.isEmpty(subStr)) { in getRemainingPostDialString()1042 private boolean isPhoneTypeGsm() { in isPhoneTypeGsm() method in GsmCdmaConnection
430 if (!mPhone.isPhoneTypeGsm()) {562 if (mPhone.isPhoneTypeGsm()) { in updatePhoneType()931 if(!mPhone.isPhoneTypeGsm() && in handleMessage()966 if (mPhone.isPhoneTypeGsm()) { in handleMessage()1037 if (mPhone.isPhoneTypeGsm()) { in handleMessage()1082 if (mPhone.isPhoneTypeGsm()) { in handleMessage()1127 if (mPhone.isPhoneTypeGsm() && mSS != null && in handleMessage()1142 if (mPhone.isPhoneTypeGsm()) { in handleMessage()1212 if (!mPhone.isPhoneTypeGsm()) { in handleMessage()1253 if (!mPhone.isPhoneTypeGsm()) { in handleMessage()[all …]
306 doReturn(false).when(mPhone).isPhoneTypeGsm(); in testSignalStrength()341 doReturn(false).when(mPhone).isPhoneTypeGsm(); in testUpdatePhoneType()365 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testUpdatePhoneType()388 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndUnregForVoiceRoamingOn()425 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndUnregForVoiceRoamingOff()435 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndUnregForVoiceRoamingOff()474 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndUnregForDataRoamingOn()511 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndUnregForDataRoamingOff()521 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndUnregForDataRoamingOff()558 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndUnregForDataConnAttach()[all …]
343 doReturn(true).when(mPhone).isPhoneTypeGsm(); in setUp()382 return (mPhone.isPhoneTypeGsm()) ? mSimRecords : mRuimRecords; in setUp()
138 assertTrue(mPhoneUT.isPhoneTypeGsm()); in testPhoneTypeSwitch()149 assertTrue(mPhoneUT.isPhoneTypeGsm()); in testHandleActionCarrierConfigChanged()