Lines Matching defs:hold

127          * Called when the call is in hold.
137 * Called when the call hold is failed.
141 * @param reasonInfo detailed reason of the call hold failure
148 * Called when the call hold is received from the remote user.
213 * Called when the call is updated (except for hold/unhold).
374 * Called when the call moves the hold state to the conversation state.
375 * For example, when merging the active & hold call, the state of all the hold call
376 * will be changed from hold state to conversation state.
458 // true if the call is on hold
459 // If it is triggered by the local, mute the call. Otherwise, play local hold tone
777 * Checks if the call is pending a hold operation.
779 * @return true if the call is pending a hold operation.
810 * Checks if the call is on hold.
812 * @return true if the call is on hold
879 * A {@link ImsCall} can only hold one listener at a time. Subsequent calls
1147 * Puts a call on hold. When succeeds, {@link Listener#onCallHeld} is called.
1150 * @throws ImsException if the IMS service fails to hold the call
1152 public void hold() throws ImsException {
1153 logi("hold :: ");
1157 logi("hold :: call is already on hold");
1164 loge("hold :: update is in progress; request=" +
1175 mSession.hold(createHoldMediaProfile());
1177 // we can confirm that the hold request was successful or not.
1184 * Continues a call that's on hold. When succeeds, {@link Listener#onCallResumed} is called.
1221 * Merges the active & hold call.
1262 // This code basically says, we need to explicitly hold before requesting a merge
1263 // when we get the callback that the hold was successful (or failed), we should
1265 mSession.hold(createHoldMediaProfile());
1273 * Merges the active & hold call.
1321 logi("update :: call is on hold");
1358 logi("extendToConference :: call is on hold");
2181 // This hold request was made to set the stage for a merge.
3031 * means that we have received terminate or hold signals for the sessions, indicating that they