Lines Matching defs:code

194          * @param swapCalls {@code true} if the foreground and background calls should be swapped
433 * Notifies of a change to the multiparty state for this {@code ImsCall}.
436 * @param isMultiParty {@code true} if the call became multiparty, {@code false}
516 * If {@code true}, this flag indicates that a request to terminate the call was made by
531 * When {@code true}, this {@link ImsCall} is is the origin of the conference call.
532 * When {@code false}, this {@link ImsCall} is a member of a conference started on another
823 * @return {@code True} if the call is a multiparty call.
836 * Where {@link #isMultiparty()} is {@code true}, determines if this {@link ImsCall} is the
837 * origin of the conference call (i.e. {@code #isConferenceHost()} is {@code true}), or if this
840 * @return {@code true} if this call is the origin of the conference call it is a member of,
841 * {@code false} otherwise.
850 * Marks whether an IMS call is merged. This should be set {@code true} when the call merges
860 * @return {@code true} if the call recently merged into a conference call.
1079 * @param reason reason code to reject an incoming call
1109 * @param reason reason code to terminate a call
1262 // This code basically says, we need to explicitly hold before requesting a merge
1422 * Sends a DTMF code. According to <a href="http://tools.ietf.org/html/rfc2833">RFC 2833</a>,
1430 logi("sendDtmf :: code=" + c);
1440 * Start a DTMF code. According to <a href="http://tools.ietf.org/html/rfc2833">RFC 2833</a>,
1447 logi("startDtmf :: code=" + c);
1457 * Stop a DTMF code.
1770 * state of both {@code ImsCall} objects need to be cleaned up to reflect the new state.
2144 // call, the code after this function will be a NOOP.
2757 * Notifies of a change to the multiparty state for this {@code ImsCallSession}.
2760 * @param isMultiParty {@code true} if the session became multiparty, {@code false}
2861 * change. Marked as {@code VisibleForTesting} so that the
2862 * {@code com.android.internal.telephony.TelephonyTester} class can inject a test conference
2969 * @return {@code true} if in the process of merging.
2978 * @return {@code true} if the call is the merge host.
2987 * @return {@code true} if the call is the merge peer.
2996 * @return {@code true} if a merge into a conference is pending, {@code false} otherwise.
3005 * @param callSessionMergePending {@code true} if a merge into the conference is pending,
3006 * {@code false} otherwise.
3022 * @return {@code true} where the host and peer sessions have finished merging into the
3023 * conference, {@code false} if the merge has not yet completed, and {@code false} if there
3134 private void throwImsException(Throwable t, int code) throws ImsException {
3138 throw new ImsException(String.valueOf(code), t, code);
3145 * @return The original string with {@code ImsCall} information appended to it.