Searched refs:isPhoneTypeGsm (Results 1 – 8 of 8) sorted by relevance
369 if (isPhoneTypeGsm()) { in initRatSpecific()444 public boolean isPhoneTypeGsm() { in isPhoneTypeGsm() method in GsmCdmaPhone565 if (isPhoneTypeGsm()) { in updateVoiceMail()600 (isPhoneTypeGsm() && !apnType.equals(PhoneConstants.APN_TYPE_EMERGENCY)))) { in getDataConnectionState()703 if (isPhoneTypeGsm()) { in isInEmergencyCall()712 if (!isPhoneTypeGsm()) { in setIsInEmergencyCall()823 if (!isPhoneTypeGsm() && r == null) { in getIccSerialNumber()833 if (!isPhoneTypeGsm() && r == null) { in getFullIccSerialNumber()845 if (isPhoneTypeGsm()) { in canConference()864 if (isPhoneTypeGsm()) { in conference()[all …]
178 if (mPhone.isPhoneTypeGsm()) { in updatePhoneType()536 if (isPhoneTypeGsm()) { in dial()566 if (isPhoneTypeGsm()) { in acceptCall()608 if (isPhoneTypeGsm()) { in switchWaitingOrHoldingAndActive()626 if (isPhoneTypeGsm()) { in conference()678 if (isPhoneTypeGsm() in checkForDialIssues()683 if (!isPhoneTypeGsm() in checkForDialIssues()700 if (isPhoneTypeGsm()) { in canTransfer()866 if (!isPhoneTypeGsm() && mIsEcmTimerCanceled) { in handlePollCalls()905 if (isPhoneTypeGsm()) { in handlePollCalls()[all …]
171 if (!isPhoneTypeGsm()) { in GsmCdmaConnection()197 if (isPhoneTypeGsm()) { in GsmCdmaConnection()326 if (isPhoneTypeGsm() && mOrigConnection != null) return true; in compareTo()563 if (isPhoneTypeGsm()) { in disconnectCauseFromCode()573 if (isPhoneTypeGsm()) { in disconnectCauseFromCode()658 if (isPhoneTypeGsm() && mOrigConnection != null) { in update()824 if (!isPhoneTypeGsm()) { in processPostDialChar()840 isPhoneTypeGsm() ? PAUSE_DELAY_MILLIS_GSM: PAUSE_DELAY_MILLIS_CDMA); in processPostDialChar()856 if (!isPhoneTypeGsm() && !TextUtils.isEmpty(subStr)) { in getRemainingPostDialString()1154 private boolean isPhoneTypeGsm() { in isPhoneTypeGsm() method in GsmCdmaConnection
511 if (!mPhone.isPhoneTypeGsm()) {713 if (mPhone.isPhoneTypeGsm()) { in updatePhoneType()1184 if(!mPhone.isPhoneTypeGsm() && in handleMessage()1241 if (mPhone.isPhoneTypeGsm()) { in handleMessage()1286 if (mPhone.isPhoneTypeGsm()) { in handleMessage()1334 if (mPhone.isPhoneTypeGsm() && mSS != null && in handleMessage()1348 if (mPhone.isPhoneTypeGsm()) { in handleMessage()1428 if (!mPhone.isPhoneTypeGsm()) { in handleMessage()1469 if (!mPhone.isPhoneTypeGsm()) { in handleMessage()1682 if(mPhone.isPhoneTypeGsm()) { in getOtasp()[all …]
769 doReturn(false).when(mPhone).isPhoneTypeGsm(); in testUpdatePhoneType()793 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testUpdatePhoneType()816 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndUnregForVoiceRoamingOn()853 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndUnregForVoiceRoamingOff()863 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndUnregForVoiceRoamingOff()902 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndUnregForDataRoamingOn()939 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndUnregForDataRoamingOff()949 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndUnregForDataRoamingOff()986 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndInvalidregForDataConnAttach()1034 doReturn(true).when(mPhone).isPhoneTypeGsm(); in testRegAndUnregForDataConnAttach()[all …]
81 doReturn(true).when(mPhone).isPhoneTypeGsm(); in setUp()
157 assertTrue(mPhoneUT.isPhoneTypeGsm()); in testPhoneTypeSwitch()183 doReturn(true).when(spyPhone).isPhoneTypeGsm(); in testGetSubscriberIdForGsmPhone()201 doReturn(false).when(spyPhone).isPhoneTypeGsm(); in testGetSubscriberIdForCdmaLtePhone()216 doReturn(false).when(spyPhone).isPhoneTypeGsm(); in testGetSubscriberIdForCdmaPhone()
440 doReturn(true).when(mPhone).isPhoneTypeGsm(); in setUp()487 return (mPhone.isPhoneTypeGsm()) ? mSimRecords : mRuimRecords; in setUp()