Searched refs:imsCall (Results 1 - 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCall.java105 ImsCall imsCall = getImsCall();
106 if (imsCall == null) {
110 return imsCall.isMultiparty();
249 ImsCall imsCall = getFirstConnection() == null ?
251 if (imsCall != null) {
253 imsCall.setMute(mute);
298 /*package*/ static boolean isLocalTone(ImsCall imsCall) { argument
299 if ((imsCall == null) || (imsCall.getCallProfile() == null)
300 || (imsCall
310 update(ImsPhoneConnection conn, ImsCall imsCall, State state) argument
[all...]
H A DImsPhoneCallTracker.java174 ImsCall imsCall = mImsManager.takeCall(c, extras, mImsCallListener);
175 ImsPhoneConnection conn = new ImsPhoneConnection(mPhone, imsCall,
182 if (activeCall != null && imsCall != null) {
187 shouldDisconnectActiveCallOnAnswer(activeCall, imsCall);
194 setVideoCallProvider(conn, imsCall);
197 imsCall.getSession());
204 conn.update(imsCall, ImsPhoneCall.State.WAITING);
1204 ImsCall imsCall = mImsManager.makeCall(profile, callees, mImsCallListener);
1205 conn.setImsCall(imsCall);
1208 imsCall
1799 findConnection(final ImsCall imsCall) argument
1836 processCallStateChange(ImsCall imsCall, ImsPhoneCall.State state, int cause) argument
1845 processCallStateChange(ImsCall imsCall, ImsPhoneCall.State state, int cause, boolean ignoreState) argument
1891 maybeSetVideoCallProvider(ImsPhoneConnection conn, ImsCall imsCall) argument
3336 setVideoCallProvider(ImsPhoneConnection conn, ImsCall imsCall) argument
3544 modifyVideoCall(ImsCall imsCall, int newVideoState) argument
3836 onCallHoldReceived(ImsCall imsCall) argument
[all...]
H A DImsPhoneConnection.java168 public ImsPhoneConnection(Phone phone, ImsCall imsCall, ImsPhoneCallTracker ct, argument
177 mImsCall = imsCall;
179 if ((imsCall != null) && (imsCall.getCallProfile() != null)) {
180 mAddress = imsCall.getCallProfile().getCallExtra(ImsCallProfile.EXTRA_OI);
181 mCnapName = imsCall.getCallProfile().getCallExtra(ImsCallProfile.EXTRA_CNA);
183 imsCall.getCallProfile().getCallExtraInt(ImsCallProfile.EXTRA_OIR));
185 imsCall.getCallProfile().getCallExtraInt(ImsCallProfile.EXTRA_CNAP));
186 updateMediaCapabilities(imsCall);
199 updateExtras(imsCall);
688 setImsCall(ImsCall imsCall) argument
700 update(ImsCall imsCall, ImsPhoneCall.State state) argument
790 updateAddressDisplay(ImsCall imsCall) argument
854 updateMediaCapabilities(ImsCall imsCall) argument
1084 updateExtras(ImsCall imsCall) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DTelephonyTester.java233 ImsCall imsCall = imsPhoneCall.getImsCall();
234 if (imsCall == null) {
238 imsCall.getImsCallSessionListenerProxy().callSessionHandoverFailed(imsCall.getCallSession(),
262 ImsCall imsCall = imsPhoneCall.getImsCall();
263 if (imsCall == null) {
282 imsCall.conferenceStateUpdated(imsConferenceState);
H A DPhone.java2256 ImsCall imsCall = imsPhoneCall.getImsCall();
2257 return imsCall != null && (imsCall.isVideoCall() ||
2258 imsCall.wasVideoCall());
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java421 * @param imsCall ImsCall object
426 public void onCallHandover(ImsCall imsCall, int srcAccessTech, int targetAccessTech, argument
433 * @param imsCall ImsCall object
435 public void onRttModifyRequestReceived(ImsCall imsCall) { argument
441 * @param imsCall ImsCall object
445 public void onRttModifyResponseReceived(ImsCall imsCall, int status) { argument
451 * @param imsCall ImsCall object
454 public void onRttMessageReceived(ImsCall imsCall, String message) { argument
460 * @param imsCall call that failed the handover.
465 public void onCallHandoverFailed(ImsCall imsCall, in argument
476 onMultipartyStateChanged(ImsCall imsCall, boolean isMultiParty) argument
[all...]

Completed in 238 milliseconds