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()
856 VideoProfile responseProfile) { in testRemoteConnectionVideoCallbacks_SessionModify()858 responseProfile); in testRemoteConnectionVideoCallbacks_SessionModify()859 callbackInvoker.invoke(videoProvider, status, requestedProfile, responseProfile); in testRemoteConnectionVideoCallbacks_SessionModify()1150 public void onSendSessionModifyResponse(VideoProfile responseProfile) { in testRemoteConnectionVideo_SendSessionModifyResponse()1151 callbackInvoker.invoke(responseProfile); in testRemoteConnectionVideo_SendSessionModifyResponse()1154 responseProfile, responseProfile); in testRemoteConnectionVideo_SendSessionModifyResponse()1168 VideoProfile responseProfile) { in testRemoteConnectionVideo_SendSessionModifyResponse()1170 responseProfile); in testRemoteConnectionVideo_SendSessionModifyResponse()1171 callbackInvoker.invoke(videoProvider, status, requestedProfile, responseProfile); in testRemoteConnectionVideo_SendSessionModifyResponse()
970 VideoProfile responseProfile = mockVideoProvider.getSessionModifyResponse(); in assertSessionModifyResponse()971 return responseProfile == null ? -1 : responseProfile.getVideoState(); in assertSessionModifyResponse()