Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
DCtsConnection.java46 void onAnswer(CtsConnection connection, int videoState) { }; in onAnswer() argument
105 public void onAnswer(int videoState) { in onAnswer() argument
106 setVideoState(videoState); in onAnswer()
114 mListener.onAnswer(this, videoState); in onAnswer()
/cts/tests/tests/telecom/src/android/telecom/cts/
DMockConnection.java44 public int videoState = VideoProfile.STATE_AUDIO_ONLY; field in MockConnection
58 public void onAnswer(int videoState) { in onAnswer() argument
59 super.onAnswer(videoState); in onAnswer()
60 this.videoState = videoState; in onAnswer()
DBaseTelecomTestWithMockServices.java292 void placeAndVerifyCall(int videoState) { in placeAndVerifyCall() argument
293 placeAndVerifyCall(null, videoState); in placeAndVerifyCall()
308 void placeAndVerifyCall(Bundle extras, int videoState) { in placeAndVerifyCall() argument
315 placeNewCallWithPhoneAccount(extras, videoState); in placeAndVerifyCall()
494 private void placeNewCallWithPhoneAccount(Bundle extras, int videoState) { in placeNewCallWithPhoneAccount() argument
500 if (!VideoProfile.isAudioOnly(videoState)) { in placeNewCallWithPhoneAccount()
501 extras.putInt(TelecomManager.EXTRA_START_CALL_WITH_VIDEO_STATE, videoState); in placeNewCallWithPhoneAccount()
DConferenceTest.java533 private void assertVideoState(final Call call, final int videoState) { in assertVideoState() argument
538 return videoState; in assertVideoState()
547 "Call should be in videoState " + videoState in assertVideoState()
DVideoCallTest.java611 private void assertVideoState(final Call call, final int videoState) { in assertVideoState() argument
616 return videoState; in assertVideoState()
625 "Call should be in videoState " + videoState in assertVideoState()
DRemoteConnectionTest.java451 public void onVideoStateChanged(RemoteConnection connection, int videoState) { in testRemoteConnectionCallbacks_VideoState()
452 super.onVideoStateChanged(connection, videoState); in testRemoteConnectionCallbacks_VideoState()
453 callbackInvoker.invoke(connection, videoState); in testRemoteConnectionCallbacks_VideoState()
DExtendedInCallServiceTest.java373 VideoProfile.STATE_BIDIRECTIONAL, connection.videoState); in testAnswerIncomingCallAsVideo_SendsCorrectVideoState()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DDummyConnectionService.java76 public void onAnswer(int videoState) { in onAnswer() argument
77 super.onAnswer(videoState); in onAnswer()