Home | History | Annotate | Download | only in telecom

Lines Matching refs:videoState

315          * the {@link android.telecom.VideoProfile#STATE_PAUSED} VideoState.
328 * Should be set when the VideoState has the {@link VideoProfile#STATE_TX_ENABLED} or
330 * downgraded from a video call back to a VideoState of
800 int videoState,
816 mVideoState = videoState;
1303 * @param videoState The video state in which to answer the call.
1305 public void answer(@VideoProfile.VideoState int videoState) {
1306 mInCallAdapter.answerCall(mTelecomCallId, videoState);
1516 * by {@code toHandle}. The videoState specified indicates the desired video state after the
1571 * @param videoState Indicates the video state desired after the handover (see the
1576 public void handoverTo(PhoneAccountHandle toHandle, @VideoProfile.VideoState int videoState,
1578 mInCallAdapter.handoverTo(mTelecomCallId, toHandle, videoState, extras);