Searched refs:imsCall (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTracker.java | 109 ImsCall imsCall = mImsManager.takeCall(mServiceId, intent, mImsCallListener); 110 ImsPhoneConnection conn = new ImsPhoneConnection(mPhone.getContext(), imsCall, 114 setVideoCallProvider(conn, imsCall); 118 conn.update(imsCall, ImsPhoneCall.State.WAITING); 416 ImsCall imsCall = mImsManager.makeCall(mServiceId, profile, in dialInternal() local 418 conn.setImsCall(imsCall); in dialInternal() 420 setVideoCallProvider(conn, imsCall); in dialInternal() 455 ImsCall imsCall = mRingingCall.getImsCall(); in acceptCall() local 456 if (imsCall != null) { in acceptCall() 457 imsCall.accept(ImsCallProfile.getCallTypeFromVideoState(videoState)); in acceptCall() [all …]
|
D | ImsPhoneConnection.java | 120 ImsPhoneConnection(Context context, ImsCall imsCall, ImsPhoneCallTracker ct, in ImsPhoneConnection() argument 127 mImsCall = imsCall; in ImsPhoneConnection() 129 if ((imsCall != null) && (imsCall.getCallProfile() != null)) { in ImsPhoneConnection() 130 mAddress = imsCall.getCallProfile().getCallExtra(ImsCallProfile.EXTRA_OI); in ImsPhoneConnection() 131 mCnapName = imsCall.getCallProfile().getCallExtra(ImsCallProfile.EXTRA_CNA); in ImsPhoneConnection() 133 imsCall.getCallProfile().getCallExtraInt(ImsCallProfile.EXTRA_OIR)); in ImsPhoneConnection() 135 imsCall.getCallProfile().getCallExtraInt(ImsCallProfile.EXTRA_CNAP)); in ImsPhoneConnection() 136 updateMediaCapabilities(imsCall); in ImsPhoneConnection() 567 /*package*/ void setImsCall(ImsCall imsCall) { in setImsCall() argument 568 mImsCall = imsCall; in setImsCall() [all …]
|
D | ImsPhoneCall.java | 106 ImsCall imsCall = getImsCall(); in isMultiparty() local 107 if (imsCall == null) { in isMultiparty() 111 return imsCall.isMultiparty(); in isMultiparty() 266 ImsCall imsCall = getFirstConnection() == null ? in setMute() local 268 if (imsCall != null) { in setMute() 270 imsCall.setMute(mute); in setMute() 314 /*package*/ static boolean isLocalTone(ImsCall imsCall) { in isLocalTone() argument 315 if ((imsCall == null) || (imsCall.getCallProfile() == null) in isLocalTone() 316 || (imsCall.getCallProfile().mMediaProfile == null)) { in isLocalTone() 320 ImsStreamMediaProfile mediaProfile = imsCall.getCallProfile().mMediaProfile; in isLocalTone() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | TelephonyTester.java | 129 ImsCall imsCall = imsPhoneCall.getImsCall(); in handleTestConferenceEventPackage() local 130 if (imsCall == null) { in handleTestConferenceEventPackage() 149 imsCall.conferenceStateUpdated(imsConferenceState); in handleTestConferenceEventPackage()
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsCall.java | 406 public void onCallHandover(ImsCall imsCall, int srcAccessTech, int targetAccessTech, in onCallHandover() argument 418 public void onCallHandoverFailed(ImsCall imsCall, int srcAccessTech, int targetAccessTech, in onCallHandoverFailed() argument 429 public void onMultipartyStateChanged(ImsCall imsCall, boolean isMultiParty) { in onMultipartyStateChanged() argument
|