Searched refs:responseProfile (Results 1 – 4 of 4) sorted by relevance
102 public void onSendSessionModifyResponse(VideoProfile responseProfile) { in onSendSessionModifyResponse() argument103 mSessionModifyResponse = responseProfile; in onSendSessionModifyResponse()198 VideoProfile responseProfile) { in sendMockSessionModifyResponse() argument199 super.receiveSessionModifyResponse(status, requestProfile, responseProfile); in sendMockSessionModifyResponse()
62 VideoProfile responseProfile) { in onSessionModifyResponseReceived() argument65 mResponseProfile = responseProfile; in onSessionModifyResponseReceived()
693 VideoProfile responseProfile) { in testRemoteConnectionVideoCallbacks_SessionModify()695 responseProfile); in testRemoteConnectionVideoCallbacks_SessionModify()696 callbackInvoker.invoke(videoProvider, status, requestedProfile, responseProfile); in testRemoteConnectionVideoCallbacks_SessionModify()987 public void onSendSessionModifyResponse(VideoProfile responseProfile) { in testRemoteConnectionVideo_SendSessionModifyResponse()988 callbackInvoker.invoke(responseProfile); in testRemoteConnectionVideo_SendSessionModifyResponse()991 responseProfile, responseProfile); in testRemoteConnectionVideo_SendSessionModifyResponse()1005 VideoProfile responseProfile) { in testRemoteConnectionVideo_SendSessionModifyResponse()1007 responseProfile); in testRemoteConnectionVideo_SendSessionModifyResponse()1008 callbackInvoker.invoke(videoProvider, status, requestedProfile, responseProfile); in testRemoteConnectionVideo_SendSessionModifyResponse()
993 VideoProfile responseProfile = mockVideoProvider.getSessionModifyResponse(); in assertSessionModifyResponse()994 return responseProfile == null ? -1 : responseProfile.getVideoState(); in assertSessionModifyResponse()