Searched refs:hold (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsCallSession.aidl88 * can only hold one listener at a time. Subsequent calls to this method
153 * Puts a call on hold. When it succeeds, {@link Listener#callSessionHeld} is called.
155 * @param profile stream media profile {@link ImsStreamMediaProfile} to hold the call
158 void hold(in ImsStreamMediaProfile profile);
161 * Continues a call that's on hold. When it succeeds, {@link Listener#callSessionResumed}
170 * Merges the active & hold call. When the merge starts,
H A DImsCallSession.java139 * Called when the session is in hold.
148 * Called when the session hold is failed.
151 * @param reasonInfo detailed reason of the session hold failure
158 * Called when the session hold is received from the remote user.
200 * @param newSession the session object that is merged with an active & hold session
225 * Called when the session is updated (except for hold/unhold).
658 * can only hold one listener at a time. Subsequent calls to this method
779 * Puts a call on hold. When it succeeds, {@link Listener#callSessionHeld} is called.
781 * @param profile stream media profile {@link ImsStreamMediaProfile} to hold the call
784 public void hold(ImsStreamMediaProfil method in class:ImsCallSession
[all...]
/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsCallSessionImplBase.java122 * can only hold one listener at a time. Subsequent calls to this method
208 * Puts a call on hold. When it succeeds, {@link ImsCallSession.Listener#callSessionHeld} is
211 * @param profile stream media profile {@link ImsStreamMediaProfile} to hold the call
216 public void hold(ImsStreamMediaProfile profile) throws RemoteException { method in class:ImsCallSessionImplBase
220 * Continues a call that's on hold. When it succeeds,
232 * Merges the active & hold call. When the merge starts,
/frameworks/base/core/tests/coretests/
H A DAndroid.mk3 # this var will hold all the test apk module names later.
/frameworks/base/telecomm/java/android/telecom/
H A DRemoteConference.java457 * Puts the conference on hold.
459 public void hold() { method in class:RemoteConference
461 mConnectionService.hold(mId, null /*Session.Info*/);
H A DRemoteConnection.java949 * Instructs this {@code RemoteConnection} to go on hold.
951 public void hold() { method in class:RemoteConnection
954 mConnectionService.hold(mConnectionId, null /*Session.Info*/);
961 * Instructs this {@link Connection#STATE_HOLDING} call to release from hold.
H A DConnectionService.java84 * receives call-commands such as answer, reject, hold and disconnect.
371 public void hold(String callId, Session.Info sessionInfo) {
811 hold((String) args.arg1);
1493 private void hold(String callId) { method in class:ConnectionService
1494 Log.d(this, "hold %s", callId);
1496 findConnectionForAction(callId, "hold").onHold();
1498 findConferenceForAction(callId, "hold").onHold();
H A DCall.java217 /** Call can currently be put on hold or unheld. */
220 /** Call supports the hold feature. */
1201 * Instructs this {@code Call} to go on hold.
1203 public void hold() { method in class:Call
1208 * Instructs this {@link #STATE_HOLDING} call to release from hold.
/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIConnectionService.aidl69 void hold(String callId, in Session.Info sessionInfo);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java57 // Minimum time needed between hold/unhold requests.
220 // Wait for at least TIMEOUT_HOLD_PROCESSING ms to occur before sending hold/unhold requests
230 if (mBackgroundCall.getState().isAlive()) mBackgroundCall.hold();
597 void hold() throws CallStateException { method in class:SipPhone.SipCall
598 if (SC_DBG) log("hold:");
600 for (Connection c : mConnections) ((SipConnection) c).hold();
885 void hold() throws CallStateException { method in class:SipPhone.SipConnection
890 throw new CallStateException("hold(): " + e);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTrackerTest.java165 }).when(mImsCall).hold();
357 //hold the foreground active call, accept the new ringing call
360 verify(mImsCall, times(1)).hold();
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java132 * Called when the call is in hold.
142 * Called when the call hold is failed.
146 * @param reasonInfo detailed reason of the call hold failure
153 * Called when the call hold is received from the remote user.
218 * Called when the call is updated (except for hold/unhold).
379 * Called when the call moves the hold state to the conversation state.
380 * For example, when merging the active & hold call, the state of all the hold call
381 * will be changed from hold state to conversation state.
490 // true if the call is on hold
1244 public void hold() throws ImsException { method in class:ImsCall
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java643 /** If true hold off on modifying the animation layer of mInputMethodTarget */
4088 * do not hold for the target device, this method should be changed to reflect that.
5045 // hold mAnimator.mLayoutToAnim.
5453 throw new SecurityException("Must hold permission " +
5488 throw new SecurityException("Must hold permission " +
5570 throw new SecurityException("Must hold permission " +
5619 throw new SecurityException("Must hold permission " +
5650 throw new SecurityException("Must hold permission " +
5761 throw new SecurityException("Must hold permission " +
5904 final boolean hold
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java934 // there on hold
1278 // If hold or resume later fails, we will swap them back.
1294 imsCall.hold();
2055 // If we put a call on hold to answer an incoming call, we should reset the
2108 // If we put a call on hold to answer an incoming call, we should reset the
2338 // disconnected while processing hold

Completed in 365 milliseconds