Home | History | Annotate | Download | only in telecom

Lines Matching defs:unhold

1277     /** @see IConnectionService#unhold(String, Session.Info) */
1278 void unhold(Call call) {
1280 if (callId != null && isServiceValid("unhold")) {
1282 logOutgoing("unhold %s", callId);
1283 mServiceInterface.unhold(callId, Log.getExternalSession());