Searched refs:responseProfile (Results 1 – 4 of 4) sorted by relevance
60 VideoProfile responseProfile) { in onSessionModifyResponseReceived() argument61 mResponseProfile = responseProfile; in onSessionModifyResponseReceived()
96 public void onSendSessionModifyResponse(VideoProfile responseProfile) { in onSendSessionModifyResponse() argument97 mSessionModifyResponse = responseProfile; in onSendSessionModifyResponse()
614 VideoProfile responseProfile) { in testRemoteConnectionVideoCallbacks_SessionModify()616 responseProfile); in testRemoteConnectionVideoCallbacks_SessionModify()617 callbackInvoker.invoke(videoProvider, status, requestedProfile, responseProfile); in testRemoteConnectionVideoCallbacks_SessionModify()901 public void onSendSessionModifyResponse(VideoProfile responseProfile) { in testRemoteConnectionVideo_SendSessionModifyResponse()902 callbackInvoker.invoke(responseProfile); in testRemoteConnectionVideo_SendSessionModifyResponse()905 responseProfile, responseProfile); in testRemoteConnectionVideo_SendSessionModifyResponse()919 VideoProfile responseProfile) { in testRemoteConnectionVideo_SendSessionModifyResponse()921 responseProfile); in testRemoteConnectionVideo_SendSessionModifyResponse()922 callbackInvoker.invoke(videoProvider, status, requestedProfile, responseProfile); in testRemoteConnectionVideo_SendSessionModifyResponse()
834 VideoProfile responseProfile = mockVideoProvider.getSessionModifyResponse(); in assertSessionModifyResponse()835 return responseProfile == null ? -1 : responseProfile.getVideoState(); in assertSessionModifyResponse()