Searched defs:rejectWithMessage (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DInCallAdapter.java66 * @param rejectWithMessage Whether to reject with a text message.
69 public void rejectCall(String callId, boolean rejectWithMessage, String textMessage) { argument
71 mAdapter.rejectCall(callId, rejectWithMessage, textMessage);
H A DConnectionService.java176 public void rejectWithMessage(String callId, String message) {
819 private void reject(String callId, String rejectWithMessage) { argument
821 findConnectionForAction(callId, "reject").onReject(rejectWithMessage);
H A DCall.java882 * @param rejectWithMessage Whether to reject with a text message.
885 public void reject(boolean rejectWithMessage, String textMessage) { argument
886 mInCallAdapter.rejectCall(mTelecomCallId, rejectWithMessage, textMessage);

Completed in 32 milliseconds