Searched refs:isPhoneTypeGsm (Results 1 – 7 of 7) sorted by relevance
275 if (isPhoneTypeGsm()) { in initRatSpecific()350 public boolean isPhoneTypeGsm() { in isPhoneTypeGsm() method in GsmCdmaPhone413 if (isPhoneTypeGsm()) { in getCellLocation()466 if (isPhoneTypeGsm()) { in updateVoiceMail()502 (isPhoneTypeGsm() && !apnType.equals(PhoneConstants.APN_TYPE_EMERGENCY)))) { in getDataConnectionState()604 if (isPhoneTypeGsm()) { in isInEmergencyCall()613 if (!isPhoneTypeGsm()) { in setIsInEmergencyCall()620 if (isPhoneTypeGsm()) { in isInEcm()679 if (isPhoneTypeGsm() || isPhoneTypeCdmaLte()) { in setSystemProperty()732 if (!isPhoneTypeGsm() && r == null) { in getIccSerialNumber()[all …]
166 if (mPhone.isPhoneTypeGsm()) { in updatePhoneType()484 if (isPhoneTypeGsm()) { in dial()514 if (isPhoneTypeGsm()) { in acceptCall()555 if (isPhoneTypeGsm()) { in switchWaitingOrHoldingAndActive()573 if (isPhoneTypeGsm()) { in conference()611 || (!isPhoneTypeGsm() in canDial()637 if (isPhoneTypeGsm()) { in canTransfer()800 if (!isPhoneTypeGsm() && mIsEcmTimerCanceled) { in handlePollCalls()837 if (isPhoneTypeGsm()) { in handlePollCalls()856 if (isPhoneTypeGsm()) { in handlePollCalls()[all …]
157 if (isPhoneTypeGsm()) { in GsmCdmaConnection()182 if (isPhoneTypeGsm()) { in GsmCdmaConnection()302 if (isPhoneTypeGsm() && mOrigConnection != null) return true; in compareTo()516 if (isPhoneTypeGsm()) { in disconnectCauseFromCode()526 if (isPhoneTypeGsm()) { in disconnectCauseFromCode()609 if (isPhoneTypeGsm() && mOrigConnection != null) { in update()748 if (!isPhoneTypeGsm()) { in processPostDialChar()764 isPhoneTypeGsm() ? PAUSE_DELAY_MILLIS_GSM: PAUSE_DELAY_MILLIS_CDMA); in processPostDialChar()780 if (!isPhoneTypeGsm() && !TextUtils.isEmpty(subStr)) { in getRemainingPostDialString()1055 private boolean isPhoneTypeGsm() { in isPhoneTypeGsm() method in GsmCdmaConnection
446 if (!mPhone.isPhoneTypeGsm()) {590 if (mPhone.isPhoneTypeGsm()) { in updatePhoneType()979 if(!mPhone.isPhoneTypeGsm() && in handleMessage()1015 if (mPhone.isPhoneTypeGsm()) { in handleMessage()1086 if (mPhone.isPhoneTypeGsm()) { in handleMessage()1131 if (mPhone.isPhoneTypeGsm()) { in handleMessage()1176 if (mPhone.isPhoneTypeGsm() && mSS != null && in handleMessage()1191 if (mPhone.isPhoneTypeGsm()) { in handleMessage()1261 if (!mPhone.isPhoneTypeGsm()) { in handleMessage()1302 if (!mPhone.isPhoneTypeGsm()) { in handleMessage()[all …]
344 doReturn(false).when(mPhone).isPhoneTypeGsm(); in testSignalStrength()379 doReturn(false).when(mPhone).isPhoneTypeGsm(); in testUpdatePhoneType()403 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testUpdatePhoneType()426 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndUnregForVoiceRoamingOn()463 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndUnregForVoiceRoamingOff()473 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndUnregForVoiceRoamingOff()512 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndUnregForDataRoamingOn()549 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndUnregForDataRoamingOff()559 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndUnregForDataRoamingOff()596 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndUnregForDataConnAttach()[all …]
358 doReturn(true).when(mPhone).isPhoneTypeGsm(); in setUp()398 return (mPhone.isPhoneTypeGsm()) ? mSimRecords : mRuimRecords; in setUp()
141 assertTrue(mPhoneUT.isPhoneTypeGsm()); in testPhoneTypeSwitch()152 assertTrue(mPhoneUT.isPhoneTypeGsm()); in testHandleActionCarrierConfigChanged()