Home | History | Annotate | Download | only in telecom

Lines Matching refs:rejectWithMessage

120         void onIncomingCallRejected(Call call, boolean rejectWithMessage, String textMessage);
1538 public void rejectCall(Call call, boolean rejectWithMessage, String textMessage) {
1543 listener.onIncomingCallRejected(call, rejectWithMessage, textMessage);
1545 call.reject(rejectWithMessage, textMessage);