Home | History | Annotate | Download | only in tests

Lines Matching refs:videoState

590             int videoState) throws Exception {
595 connectionServiceFixture, initiatingUser, videoState);
627 int videoState) throws Exception {
634 connectionServiceFixture, initiatingUser, videoState, true /*isEmergency*/);
643 int videoState, boolean isEmergency) throws Exception {
669 if (videoState != VideoProfile.STATE_AUDIO_ONLY) {
670 actionCallIntent.putExtra(TelecomManager.EXTRA_START_CALL_WITH_VIDEO_STATE, videoState);
702 int videoState) throws Exception {
704 connectionServiceFixture, initiatingUser, videoState, false /*isEmergency*/);
807 int videoState,
819 connectionServiceFixture.mConnectionServiceDelegate.mVideoState = videoState;
927 ConnectionServiceFixture connectionServiceFixture, int videoState) throws Exception {
929 Process.myUserHandle(), videoState);
964 int videoState) throws Exception {
974 .answerCall(ids.mCallId, videoState);
976 if (!VideoProfile.isVideo(videoState)) {
981 .answerVideo(eq(ids.mConnectionId), eq(videoState), any());