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.java102 public void onSendSessionModifyResponse(VideoProfile responseProfile) { in onSendSessionModifyResponse() argument
103 mSessionModifyResponse = responseProfile; in onSendSessionModifyResponse()
198 VideoProfile responseProfile) { in sendMockSessionModifyResponse() argument
199 super.receiveSessionModifyResponse(status, requestProfile, responseProfile); in sendMockSessionModifyResponse()
DMockVideoCallCallback.java62 VideoProfile responseProfile) { in onSessionModifyResponseReceived() argument
65 mResponseProfile = responseProfile; in onSessionModifyResponseReceived()
DRemoteConnectionTest.java805 VideoProfile responseProfile) { in testRemoteConnectionVideoCallbacks_SessionModify()
807 responseProfile); in testRemoteConnectionVideoCallbacks_SessionModify()
808 callbackInvoker.invoke(videoProvider, status, requestedProfile, responseProfile); in testRemoteConnectionVideoCallbacks_SessionModify()
1099 public void onSendSessionModifyResponse(VideoProfile responseProfile) { in testRemoteConnectionVideo_SendSessionModifyResponse()
1100 callbackInvoker.invoke(responseProfile); in testRemoteConnectionVideo_SendSessionModifyResponse()
1103 responseProfile, responseProfile); in testRemoteConnectionVideo_SendSessionModifyResponse()
1117 VideoProfile responseProfile) { in testRemoteConnectionVideo_SendSessionModifyResponse()
1119 responseProfile); in testRemoteConnectionVideo_SendSessionModifyResponse()
1120 callbackInvoker.invoke(videoProvider, status, requestedProfile, responseProfile); in testRemoteConnectionVideo_SendSessionModifyResponse()
DVideoCallTest.java993 VideoProfile responseProfile = mockVideoProvider.getSessionModifyResponse(); in assertSessionModifyResponse()
994 return responseProfile == null ? -1 : responseProfile.getVideoState(); in assertSessionModifyResponse()