Home
last modified time | relevance | path

Searched refs:videoState (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DMockConnection.java57 public int videoState = VideoProfile.STATE_AUDIO_ONLY; field in MockConnection
75 public void onAnswer(int videoState) { in onAnswer() argument
76 super.onAnswer(videoState); in onAnswer()
77 this.videoState = videoState; in onAnswer()
83 mInvokeCounterMap.get(ON_ANSWER_VIDEO_CALLED).invoke(videoState); in onAnswer()
DMockConference.java178 public void onAnswer(int videoState) { in onAnswer() argument
179 super.onAnswer(videoState); in onAnswer()
180 mVideoState = videoState; in onAnswer()
DBaseTelecomTestWithMockServices.java682 void placeAndVerifyCall(int videoState) { in placeAndVerifyCall() argument
683 placeAndVerifyCall(null, videoState); in placeAndVerifyCall()
698 void placeAndVerifyCall(Bundle extras, int videoState) { in placeAndVerifyCall() argument
701 placeAndVerifyCall(extras, videoState, getNumberOfConnections() + 1, currentCallCount + 1); in placeAndVerifyCall()
712 void placeAndVerifyCall(Bundle extras, int videoState, int expectedConnectionCount, in placeAndVerifyCall() argument
715 placeNewCallWithPhoneAccount(extras, videoState); in placeAndVerifyCall()
1063 private void placeNewCallWithPhoneAccount(Bundle extras, int videoState) { in placeNewCallWithPhoneAccount() argument
1072 if (!VideoProfile.isAudioOnly(videoState)) { in placeNewCallWithPhoneAccount()
1073 extras.putInt(TelecomManager.EXTRA_START_CALL_WITH_VIDEO_STATE, videoState); in placeNewCallWithPhoneAccount()
DConferenceTest.java643 private void assertVideoState(final Call call, final int videoState) { in assertVideoState() argument
648 return videoState; in assertVideoState()
657 "Call should be in videoState " + videoState in assertVideoState()
DVideoCallTest.java612 private void assertVideoState(final Call call, final int videoState) { in assertVideoState() argument
617 return videoState; in assertVideoState()
626 "Call should be in videoState " + videoState in assertVideoState()
DRemoteConnectionTest.java545 public void onVideoStateChanged(RemoteConnection connection, int videoState) { in testRemoteConnectionCallbacks_VideoState()
546 super.onVideoStateChanged(connection, videoState); in testRemoteConnectionCallbacks_VideoState()
547 callbackInvoker.invoke(connection, videoState); in testRemoteConnectionCallbacks_VideoState()
DExtendedInCallServiceTest.java497 VideoProfile.STATE_BIDIRECTIONAL, connection.videoState); in testAnswerIncomingCallAsVideo_SendsCorrectVideoState()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
DCtsConnection.java48 void onAnswer(CtsConnection connection, int videoState) { }; in onAnswer() argument
111 public void onAnswer(int videoState) { in onAnswer() argument
112 setVideoState(videoState); in onAnswer()
120 mListener.forEach(l -> l.onAnswer(CtsConnection.this, videoState)); in onAnswer()
DSelfManagedIncomingCallTestActivity.java62 void onAnswer(CtsConnection connection, int videoState) {
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DTestConnectionService.java79 public void onAnswer(int videoState) { in onAnswer() argument
80 super.onAnswer(videoState); in onAnswer()