Home
last modified time | relevance | path

Searched refs:toProfile (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DMockVideoProvider.java89 public void onSendSessionModifyRequest(VideoProfile fromProfile, VideoProfile toProfile) { in onSendSessionModifyRequest() argument
91 toProfile, toProfile); in onSendSessionModifyRequest()
92 mMockConnection.setVideoState(toProfile.getVideoState()); in onSendSessionModifyRequest()
DRemoteConnectionTest.java862 VideoProfile toProfile) { in testRemoteConnectionVideo_SendSessionModifyRequest()
863 callbackInvoker.invoke(fromProfile, toProfile); in testRemoteConnectionVideo_SendSessionModifyRequest()
864 super.receiveSessionModifyRequest(toProfile); in testRemoteConnectionVideo_SendSessionModifyRequest()