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.java856 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()
DVideoCallTest.java970 VideoProfile responseProfile = mockVideoProvider.getSessionModifyResponse(); in assertSessionModifyResponse()
971 return responseProfile == null ? -1 : responseProfile.getVideoState(); in assertSessionModifyResponse()