Home | History | Annotate | Download | only in telecom

Lines Matching defs:abort

1236     /** @see IConnectionService#abort(String, Session.Info)  */
1237 void abort(Call call) {
1241 // If still bound, tell the connection service to abort.
1242 if (callId != null && isServiceValid("abort")) {
1244 logOutgoing("abort %s", callId);
1245 mServiceInterface.abort(callId, Log.getExternalSession());