Home | History | Annotate | Download | only in telecom

Lines Matching defs:unhold

752     /** @see ConnectionService#unhold(String) */
753 void unhold(Call call) {
755 if (callId != null && isServiceValid("unhold")) {
757 logOutgoing("unhold %s", callId);
758 mServiceInterface.unhold(callId);