Home
last modified time | relevance | path

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

/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/tests/tests/telecom/src/android/telecom/cts/
DMockConnection.java57 public int videoState = VideoProfile.STATE_AUDIO_ONLY; field in MockConnection
76 public void onAnswer(int videoState) { in onAnswer() argument
77 super.onAnswer(videoState); in onAnswer()
78 this.videoState = videoState; in onAnswer()
84 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.java690 void placeAndVerifyCall(int videoState) { in placeAndVerifyCall() argument
691 placeAndVerifyCall(null, videoState); in placeAndVerifyCall()
706 void placeAndVerifyCall(Bundle extras, int videoState) { in placeAndVerifyCall() argument
710 placeAndVerifyCall(extras, videoState, currentCallCount + 1); in placeAndVerifyCall()
729 void placeAndVerifyCall(Bundle extras, int videoState, int expectedCallCount) { in placeAndVerifyCall() argument
731 placeNewCallWithPhoneAccount(extras, videoState); in placeAndVerifyCall()
1088 private void placeNewCallWithPhoneAccount(Bundle extras, int videoState) { in placeNewCallWithPhoneAccount() argument
1097 if (!VideoProfile.isAudioOnly(videoState)) { in placeNewCallWithPhoneAccount()
1098 extras.putInt(TelecomManager.EXTRA_START_CALL_WITH_VIDEO_STATE, videoState); in placeNewCallWithPhoneAccount()
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()
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()
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/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()