Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DMockVideoProvider.java95 public void onSendSessionModifyRequest(VideoProfile fromProfile, VideoProfile toProfile) { in onSendSessionModifyRequest() argument
97 toProfile, toProfile); in onSendSessionModifyRequest()
98 mMockConnection.setVideoState(toProfile.getVideoState()); in onSendSessionModifyRequest()
DVideoCallTest.java1005 VideoProfile toProfile = videoCallCallback.getResponseProfile(); in assertRequestReceived()
1006 return buildRequestString(responseStatus, fromProfile, toProfile); in assertRequestReceived()
1024 … private String buildRequestString(int status, VideoProfile fromProfile, VideoProfile toProfile) { in buildRequestString() argument
1031 expectedSb.append(toProfile); in buildRequestString()
DRemoteConnectionTest.java1111 VideoProfile toProfile) { in testRemoteConnectionVideo_SendSessionModifyRequest()
1112 callbackInvoker.invoke(fromProfile, toProfile); in testRemoteConnectionVideo_SendSessionModifyRequest()
1113 super.receiveSessionModifyRequest(toProfile); in testRemoteConnectionVideo_SendSessionModifyRequest()