Home
last modified time | relevance | path

Searched refs:imsPhone (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGSMPhone.java508 ImsPhone imsPhone = mImsPhone; in acceptCall() local
509 if ( imsPhone != null && imsPhone.getRingingCall().isRinging() ) { in acceptCall()
510 imsPhone.acceptCall(videoState); in acceptCall()
580 ImsPhone imsPhone = mImsPhone; in getRingingCall() local
583 } else if ( imsPhone != null ) { in getRingingCall()
584 return imsPhone.getRingingCall(); in getRingingCall()
743 ImsPhone imsPhone = mImsPhone; in handleInCallMmiCommands() local
744 if (imsPhone != null in handleInCallMmiCommands()
745 && imsPhone.getServiceState().getState() == ServiceState.STATE_IN_SERVICE) { in handleInCallMmiCommands()
746 return imsPhone.handleInCallMmiCommands(dialString); in handleInCallMmiCommands()
[all …]
DGsmCallTracker.java403 ImsPhone imsPhone = (ImsPhone)mPhone.getImsPhone(); in updatePhoneState() local
404 if ( mState == PhoneConstants.State.OFFHOOK && (imsPhone != null)){ in updatePhoneState()
405 imsPhone.callEndCleanupHandOverCallIfAny(); in updatePhoneState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneBase.java457 ImsPhone imsPhone = mImsPhone; in dispose() local
458 if (imsPhone != null) { in dispose()
459 imsPhone.unregisterForSilentRedial(this); in dispose()
460 imsPhone.dispose(); in dispose()
474 ImsPhone imsPhone = mImsPhone; in removeReferences() local
475 if (imsPhone != null) { in removeReferences()
476 imsPhone.removeReferences(); in removeReferences()
595 ImsPhone imsPhone = mImsPhone; in handleSrvccStateChanged() local
602 if (imsPhone != null) { in handleSrvccStateChanged()
603 conn = imsPhone.getHandoverConnection(); in handleSrvccStateChanged()
[all …]
DTelephonyTester.java119 ImsPhone imsPhone = (ImsPhone) mPhone; in handleTestConferenceEventPackage() local
120 if (imsPhone == null) { in handleTestConferenceEventPackage()
124 ImsPhoneCall imsPhoneCall = imsPhone.getForegroundCall(); in handleTestConferenceEventPackage()
DPhoneProxy.java275 ImsPhone imsPhone = null; in deleteAndCreatePhone() local
296 imsPhone = oldPhone.relinquishOwnershipOfImsPhone(); in deleteAndCreatePhone()
301 if (imsPhone != null) { in deleteAndCreatePhone()
302 mActivePhone.acquireOwnershipOfImsPhone(imsPhone); in deleteAndCreatePhone()
1447 public void acquireOwnershipOfImsPhone(ImsPhone imsPhone) { } in acquireOwnershipOfImsPhone() argument
DPhone.java1900 public void acquireOwnershipOfImsPhone(ImsPhone imsPhone); in acquireOwnershipOfImsPhone() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCDMAPhone.java410 ImsPhone imsPhone = mImsPhone; in dial() local
421 Rlog.d(LOG_TAG, "imsUseEnabled=" + imsUseEnabled + ", imsPhone=" + imsPhone in dial()
423 + ((imsPhone != null) ? imsPhone.isVolteEnabled() : "N/A") in dial()
425 + ((imsPhone != null) ? imsPhone.getServiceState().getState() : "N/A")); in dial()
428 if (imsUseEnabled && imsPhone != null && imsPhone.isVolteEnabled() in dial()
429 && ((imsPhone.getServiceState().getState() == ServiceState.STATE_IN_SERVICE in dial()
436 return imsPhone.dial(dialString, videoState); in dial()
439 "imsUseEnabled =" + imsUseEnabled + ", imsPhone =" + imsPhone); in dial()
508 ImsPhone imsPhone = mImsPhone; in acceptCall() local
509 if ( imsPhone != null && imsPhone.getRingingCall().isRinging() ) { in acceptCall()
[all …]
DCdmaCallTracker.java474 ImsPhone imsPhone = (ImsPhone)mPhone.getImsPhone(); in updatePhoneState() local
475 if ( mState == PhoneConstants.State.OFFHOOK && (imsPhone != null)){ in updatePhoneState()
476 imsPhone.callEndCleanupHandOverCallIfAny(); in updatePhoneState()