Home | History | Annotate | Download | only in telecom

Lines Matching full:videostate

265      * the {@link android.telecom.VideoProfile#STATE_PAUSED} VideoState.
300 * Should be set when the VideoState has the {@link VideoProfile#STATE_TX_ENABLED} or
302 * downgraded from a video call back to a VideoState of
717 public void onVideoStateChanged(Connection c, int videoState) {}
1751 * @param videoState The new video state.
1753 public final void setVideoState(int videoState) {
1755 Log.d(this, "setVideoState %d", videoState);
1756 mVideoState = videoState;
2313 * @param videoState The video state in which to answer the connection.
2315 public void onAnswer(int videoState) {}