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

/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsCallSession.aidl89 * can only hold one listener at a time. Subsequent calls to this method
161 * Puts a call on hold. When it succeeds, {@link Listener#callSessionHeld} is called.
163 * @param profile stream media profile {@link ImsStreamMediaProfile} to hold the call
166 void hold(in ImsStreamMediaProfile profile);
169 * Continues a call that's on hold. When it succeeds, {@link Listener#callSessionResumed}
178 * Merges the active & hold call. When the merge starts,
/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsCallSessionImplBase.java190 public void hold(ImsStreamMediaProfile profile) {
191 ImsCallSessionImplBase.this.hold(profile);
279 * can only hold one listener at a time. Subsequent calls to this method
428 * Puts a call on hold. When it succeeds, {@link ImsCallSession.Listener#callSessionHeld} is
431 * @param profile stream media profile {@link ImsStreamMediaProfile} to hold the call
435 public void hold(ImsStreamMediaProfile profile) { method in class:ImsCallSessionImplBase
439 * Continues a call that's on hold. When it succeeds,
/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.
425 public void hold(String callId, Session.Info sessionInfo) {
926 hold((String) args.arg1);
1664 private void hold(String callId) { method in class:ConnectionService
1665 Log.d(this, "hold %s", callId);
1667 findConnectionForAction(callId, "hold").onHold();
1669 findConferenceForAction(callId, "hold").onHold();
H A DCall.java217 /** Call can currently be put on hold or unheld. */
220 /** Call supports the hold feature. */
1336 * Instructs this {@code Call} to go on hold.
1338 public void hold() { method in class:Call
1343 * Instructs this {@link #STATE_HOLDING} call to release from hold.
/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIConnectionService.aidl72 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/base/telephony/java/android/telephony/ims/
H A DImsCallSession.java144 * Called when the session is in hold.
153 * Called when the session hold is failed.
156 * @param reasonInfo detailed reason of the session hold failure
163 * Called when the session hold is received from the remote user.
205 * @param newSession the session object that is merged with an active & hold session
230 * Called when the session is updated (except for hold/unhold).
668 * can only hold one listener at a time. Subsequent calls to this method
806 * Puts a call on hold. When it succeeds, {@link Listener#callSessionHeld} is called.
808 * @param profile stream media profile {@link ImsStreamMediaProfile} to hold the call
811 public void hold(ImsStreamMediaProfil method in class:ImsCallSession
[all...]
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
H A DImsCallSessionImplBase.java53 * can only hold one listener at a time. Subsequent calls to this method
215 * Puts a call on hold. When it succeeds, {@link ImsCallSession.Listener#callSessionHeld} is
218 * @param profile stream media profile {@link ImsStreamMediaProfile} to hold the call
223 public void hold(ImsStreamMediaProfile profile) { method in class:ImsCallSessionImplBase
227 * Continues a call that's on hold. When it succeeds,
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTrackerTest.java169 }).when(mImsCall).hold();
434 //hold the foreground active call, accept the new ringing call
437 verify(mImsCall, times(1)).hold();
740 * Tests that no hold tone is played if the call is remotely held and the media direction is
766 * Verifies that a remote hold tone is played when the call is remotely held and the media
777 // Set the media direction to inactive to trigger a hold tone.
794 // Set carrier config to always play remote hold tone.
801 // Set the media direction to send/receive; normally we don't play a hold tone but the
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java137 * Called when the call is in hold.
147 * Called when the call hold is failed.
151 * @param reasonInfo detailed reason of the call hold failure
158 * Called when the call hold is received from the remote user.
223 * Called when the call is updated (except for hold/unhold).
384 * Called when the call moves the hold state to the conversation state.
385 * For example, when merging the active & hold call, the state of all the hold call
386 * will be changed from hold state to conversation state.
495 // true if the call is on hold
1285 public void hold() throws ImsException { method in class:ImsCall
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java648 /** If true hold off on modifying the animation layer of mInputMethodTarget */
2744 * Cancels any running recents animation. The caller should NOT hold the WM lock while calling
3996 * do not hold for the target device, this method should be changed to reflect that.
4789 // hold mAnimator.mLayoutToAnim.
5156 throw new SecurityException("Must hold permission " +
5191 throw new SecurityException("Must hold permission " +
5273 throw new SecurityException("Must hold permission " +
5322 throw new SecurityException("Must hold permission " +
5353 throw new SecurityException("Must hold permission " +
5451 throw new SecurityException("Must hold permissio
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java929 // there on hold
1318 // If hold or resume later fails, we will swap them back.
1334 imsCall.hold();
2143 // If we put a call on hold to answer an incoming call, we should reset the
2197 // If we put a call on hold to answer an incoming call, we should reset the
2429 // disconnected while processing hold
/frameworks/base/config/
H A Dboot-image-profile.txt9322 HPLcom/android/internal/telecom/IConnectionService;->hold(Ljava/lang/String;Landroid/telecom/Logging/Session$Info;)V
[all...]

Completed in 286 milliseconds