Home | History | Annotate | Download | only in telecom

Lines Matching refs:answer

855      * Instructs this {@link Connection#STATE_RINGING} {@code RemoteConnection} to answer.
857 public void answer() {
860 mConnectionService.answer(mConnectionId);
867 * Instructs this {@link Connection#STATE_RINGING} {@code RemoteConnection} to answer.
868 * @param videoState The video state in which to answer the call.
871 public void answer(int videoState) {