Home
last modified time | relevance | path

Searched refs:responseProfile (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DMockVideoProvider.java103 public void onSendSessionModifyResponse(VideoProfile responseProfile) { in onSendSessionModifyResponse() argument
104 mSessionModifyResponse = responseProfile; in onSendSessionModifyResponse()
199 VideoProfile responseProfile) { in sendMockSessionModifyResponse() argument
200 super.receiveSessionModifyResponse(status, requestProfile, responseProfile); in sendMockSessionModifyResponse()
DMockVideoCallCallback.java62 VideoProfile responseProfile) { in onSessionModifyResponseReceived() argument
65 mResponseProfile = responseProfile; in onSessionModifyResponseReceived()
DRemoteConnectionTest.java612 VideoProfile responseProfile) { in testRemoteConnectionVideoCallbacks_SessionModify()
614 responseProfile); in testRemoteConnectionVideoCallbacks_SessionModify()
615 callbackInvoker.invoke(videoProvider, status, requestedProfile, responseProfile); in testRemoteConnectionVideoCallbacks_SessionModify()
906 public void onSendSessionModifyResponse(VideoProfile responseProfile) { in testRemoteConnectionVideo_SendSessionModifyResponse()
907 callbackInvoker.invoke(responseProfile); in testRemoteConnectionVideo_SendSessionModifyResponse()
910 responseProfile, responseProfile); in testRemoteConnectionVideo_SendSessionModifyResponse()
924 VideoProfile responseProfile) { in testRemoteConnectionVideo_SendSessionModifyResponse()
926 responseProfile); in testRemoteConnectionVideo_SendSessionModifyResponse()
927 callbackInvoker.invoke(videoProvider, status, requestedProfile, responseProfile); in testRemoteConnectionVideo_SendSessionModifyResponse()
DVideoCallTest.java982 VideoProfile responseProfile = mockVideoProvider.getSessionModifyResponse(); in assertSessionModifyResponse()
983 return responseProfile == null ? -1 : responseProfile.getVideoState(); in assertSessionModifyResponse()