Searched refs:videoState (Results 1 – 10 of 10) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/ |
D | CtsConnection.java | 48 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()
|
D | SelfManagedIncomingCallTestActivity.java | 62 void onAnswer(CtsConnection connection, int videoState) {
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | MockConnection.java | 57 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()
|
D | MockConference.java | 178 public void onAnswer(int videoState) { in onAnswer() argument 179 super.onAnswer(videoState); in onAnswer() 180 mVideoState = videoState; in onAnswer()
|
D | BaseTelecomTestWithMockServices.java | 690 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()
|
D | VideoCallTest.java | 612 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()
|
D | ConferenceTest.java | 643 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()
|
D | RemoteConnectionTest.java | 545 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()
|
D | ExtendedInCallServiceTest.java | 497 VideoProfile.STATE_BIDIRECTIONAL, connection.videoState); in testAnswerIncomingCallAsVideo_SendsCorrectVideoState()
|
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | TestConnectionService.java | 79 public void onAnswer(int videoState) { in onAnswer() argument 80 super.onAnswer(videoState); in onAnswer()
|