Home | History | Annotate | Download | only in telecom

Lines Matching refs:textMessage

873      * @param textMessage An optional text message with which to respond.
875 public void reject(boolean rejectWithMessage, String textMessage) {
876 mInCallAdapter.rejectCall(mTelecomCallId, rejectWithMessage, textMessage);