Searched refs:responseProfile (Results 1 – 4 of 4) sorted by relevance
103 public void onSendSessionModifyResponse(VideoProfile responseProfile) { in onSendSessionModifyResponse() argument104 mSessionModifyResponse = responseProfile; in onSendSessionModifyResponse()199 VideoProfile responseProfile) { in sendMockSessionModifyResponse() argument200 super.receiveSessionModifyResponse(status, requestProfile, responseProfile); in sendMockSessionModifyResponse()
62 VideoProfile responseProfile) { in onSessionModifyResponseReceived() argument65 mResponseProfile = responseProfile; in onSessionModifyResponseReceived()
612 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()
982 VideoProfile responseProfile = mockVideoProvider.getSessionModifyResponse(); in assertSessionModifyResponse()983 return responseProfile == null ? -1 : responseProfile.getVideoState(); in assertSessionModifyResponse()